/home/techb158/ileadtechnology.com/resources/views/advertise
NameSizeModeActions
adsetting.blade.php35780644editdlrm
create.blade.php42800644editdlrm
edit.blade.php34980644editdlrm
index.blade.php45000644editdlrm
Edit: /home/techb158/ileadtechnology.com/resources/views/advertise/index.blade.php (4500B)
@extends('admin.layouts.master') @section('title','Advertise') @section('stylesheet') @endsection @section('body')
@include('admin.message')

Advertise


@php $ads = App\Ads::all(); @endphp
@php $i=0; @endphp @foreach($ads as $ad) @php $i++ @endphp @endforeach
# Ad Type Ad Location Edit Action
{{ $i }} {{ $ad->ad_type }} {{ $ad->ad_location }}
{{ csrf_field() }} {{ method_field('DELETE')}}
@endsection @section('scripts') @endsection