@extends('admin.layouts.master') @section('title', 'Advertise - Admin') @section('maincontent') @include('admin.layouts.topbar',$data) @php $ads = App\Ads::all(); @endphp
{{ __("Do you really want to delete these records? This process cannot be undone.")}}
# | {{ __("Ad Type")}} | {{ __("Ad Location")}} | {{ __("Action")}} |
---|---|---|---|
{{ $i }} | {{ $ad->ad_type }} | {{ $ad->ad_location }} |