@extends('layouts.admin') @section('title', $banner->exists ? 'Edit Banner' : 'New Banner') @section('content')

{{ $banner->exists ? 'Edit' : 'New' }} Banner

@csrf @if($banner->exists) @method('PUT') @endif @if($banner->exists)@endif
exists ? '' : 'required' }} class="w-full border rounded-lg px-3 py-2 mt-1">
@endsection