@extends('admin.layouts.app') @section('title', 'Create Banner') @section('content')
Create Banner
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{-- sort order --}}
@endsection @section('scripts') @endsection