@section('Dashboard')

add {!! __('Advertisements') !!}

{!! __('Welcome to the Advertisements Management Dashboard! Here, you can easily Create new Advertisements to tailor the system to your needs. Simply navigate to the Create Advertisements section to get Started.') !!}


@if($message = Session::get('Update'))
{{ $message }}
@endif @if($message = Session::get('store'))
{{ $message }}
@endif @if ($message = Session::get('delete'))
{!! $message !!}
@endif
@foreach($ADSs as $singleads) @endforeach
@include('layouts.footer')
@endsection