@extends('template.layouts.template-base') @section('title', 'Add Banner') @section('styles') @endsection @section('content')
@csrf @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Banner Image * (370px*150px)

Cancel
@endsection @section('scripts') @endsection