@extends('admin.layouts.master') @section('title','Advertise') @section('stylesheet') @endsection @section('body') @include('admin.message') Advertise @php $ads = App\Ads::all(); @endphp + Create AD Delete Selected × Are You Sure ? Do you really want to delete these records? This process cannot be undone. # Ad Type Ad Location Edit Action @php $i=0; @endphp @foreach($ads as $ad) @php $i++ @endphp {{ $i }} {{ $ad->ad_type }} {{ $ad->ad_location }} {{ csrf_field() }} {{ method_field('DELETE')}} @endforeach @endsection @section('scripts') @endsection
Do you really want to delete these records? This process cannot be undone.