@extends('admin.layouts.master') @section('title', 'Edit Banner') @section('css') @endsection @section('content')

Edit Banner

@csrf
@if ($errors->has('title'))

{{ $errors->first('title') }}

@endif
@if ($errors->has('link'))

{{ $errors->first('link') }}

@endif
@if ($errors->has('order_no'))

{{ $errors->first('order_no') }}

@endif
Publish
@error('status')

{{ $message }}

@enderror
@error('banner_type')

{{ $message }}

@enderror
Banner Image
Banner Image

Add Banner Image

@endsection @section('js') @endsection