@extends('layouts/app') @section('css') @stop @section('content')

Add Image/Video

@if(Session::has('error'))
Errors!
@foreach(Session::get('error') as $err) {{ $err }}
@endforeach @php Session::forget('error'); @endphp
@endif
@csrf
Banner Name:
has('branches')) checked @endif id="all_branch"> All has('branches')) checked @endif id="selectedbranch"> Selected Branches
* @if ($errors->has('branches')) {{ $errors->first('branches') }} @endif
{{-- Image --}} Image {{-- Video --}} Video
Note:
- Please ensure the file is a valid image file (JPG/JPEG/PNG/GIF).
- Uploaded image will replace existing one.
- Image File Size is limited to a maximum of 20MB only.
Note:
- Please ensure the video is a valid video (MP4/MKV/WEBM).
- Uploaded video will replace existing one.
- Image File Size is limited to a maximum of 30MB only.
@if ($errors->has('item_type')) {{ $errors->first('item_type') }} @endif
*
@if ($errors->has('fileUpload')) {{ $errors->first('fileUpload') }} @endif
preview image
@endsection @section('js') @stop