@extends('layouts.admin') @section('title',__('Advertise')) @section('stylesheet') @endsection @section('content')
{{__('Advertise')}}
@php $ads = App\Ads::all(); @endphp + {{__('Create ADD')}} delete {{__('Delete Selected')}}
@php $i=0; @endphp @foreach($ads as $ad) @php $i++ @endphp @endforeach
# {{__('Add Type')}} {{__('Add Location')}} {{__('Edit')}} {{__('Actions')}}
{{ $i }} {{ $ad->ad_type }} {{ $ad->ad_location }} {{__('Edit')}}
{{ csrf_field() }} {{ method_field('DELETE')}}
@endsection @section('custom-script') @endsection