@section('Dashboard')

table {!! __('Edit') !!} {!! $singleads->title !!}

{!! __('Welcome to the Advertisements Management Dashboard Here, You can easily Edit new Advertisements to tailor the system to your needs. Simply navigate to the Edit Section to Get Started') !!}


@if($errors->any())
@foreach ($errors->all() as $error) {!! $error !!} @endforeach
@endif
@if(isset($singleads->Image->filename)) singleads @else singleads @endif
@csrf

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

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