@extends('layouts.admin') @section('title', 'Banner Edit') @section('content') @component('admin.dashboard.breadcumb') @endcomponent
Banner Edit
@csrf @method('put')
@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
status == 1 ? 'checked' : ''}}>
@endsection