@extends('layouts.admin') @section('title', 'Banner Create') @section('content') @component('admin.dashboard.breadcumb') @endcomponent
Banner Create
@csrf
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('subtitle')) {{ $errors->first('subtitle') }} @endif
@if ($errors->has('btn_text')) {{ $errors->first('btn_text') }} @endif
@if ($errors->has('btn_url')) {{ $errors->first('btn_url') }} @endif
@if ($errors->has('image')) {{ $errors->first('image') }} @endif
@endsection