Advertisements

@if (count($errors) > 0) @foreach ($errors->all() as $error) @endforeach @endif @if (Session::get('message')) @endif

All Advertisements manage your Ad

@foreach(\App\Ad::orderBy('created_at', 'desc')->get() as $ad) {{----}} @endforeach
ID Order Name Content Action
{{ $ad->id }} {{ $ad->order}} {{ $ad->name}} {!! $ad->content !!}{{ $photo->view_Count}}
{{ csrf_field() }}