@extends('admin.layouts.app') @section('content')
@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif

Create Advertisement

Back
@csrf
@if ($errors->has('page')) {{ $errors->first('page') }} @endif
@if ($errors->has('position')) {{ $errors->first('position') }} @endif
@error('image') {{ $message }} @enderror
@if ($errors->has('redirection_url')) {{ $errors->first('redirection_url') }} @endif
@endsection @push('scripts') @endpush