@extends('layouts.master') @section('title') Edit Banner @endsection @section('extra-css') @endsection @section('index')
Edit Banner
@csrf @method('PUT')
@error('title') @enderror
@error('video_url') @enderror
image != null) data-content='' @endif>
Browse
@error('image') @enderror
@endsection @section('extra-script') @endsection