@extends('layouts.backend') @section('content')

NEW BANNER

@csrf
@if ($errors->has('title')) @endif
@if ($errors->has('sub_title')) @endif
@if ($errors->has('banner_image')) @endif
@if ($errors->has('redirect_url')) @endif
@endsection