@extends('layouts.app.master') @section('title', 'Add Banner') @section('content')

Add Banner

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