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

Banner

@include('sweetalert::alert')
@csrf
@error('title') {{$errors->first('title')}} @enderror
@error('Sub_title') {{$errors->first('Sub_title')}} @enderror
@error('description') {{$errors->first('description')}} @enderror
@error('button_title') {{$errors->first('button_title')}} @enderror
@error('button_link') {{$errors->first('button_link')}} @enderror
@error('image') {{$errors->first('image')}} @enderror
@endsection