@extends('layouts.admin.app') @section('page-title') {{ __('create') }} @endSection @section('page-nav-title')

{{ __('banner') }}

{{ __('create') }}

@endsection @section('content')

{{ __('create') }}

@csrf @method('post')
@error('page_id')
{{ $message }}
@enderror
@if ($errors->any()) @foreach ($errors->all() as $error)
{{ $error }}
@endforeach @endif
@endsection @section('scripts') @endsection