@extends('admin.layout.master') @section('title', 'Banner Manager') @section('content')

Add Banner

@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('image'))

{{ $errors->first('image') }}

@endif
Only *.png, *.jpg and *.jpeg image files are accepted
Back
@endsection @push('js') @endpush