@extends('layouts.master') @section('title',__('All Advertise')) @section('breadcum') @php $ads = Modules\Advertise\Models\Ads::all(); @endphp @endsection @section('maincontent')
{{ __('Create Add') }}
@php $i=0; @endphp @foreach($ads as $ad) @php $i++ @endphp @endforeach
{{__('Add Type')}} {{__('Add Location')}} {{__('Actions')}}
{{ $ad->ad_type }} {{ $ad->ad_location }}
@endsection @section('script') @endsection