@section('Dashboard')

media {!! __('Create ADS') !!}

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


@if($errors->any())
@foreach ($errors->all() as $error) {{ $error }} @endforeach
@endif
@csrf

{!! __('ADS Form') !!}

@csrf
@error('title')
{!! $message !!}
@enderror
{!! __('Click Here to see where you can find the ad slot.') !!} @error('code')
{!! $message !!}
@enderror
@include('layouts.footer')
@endsection