@extends('layouts.main_layout') @section('title','RCSA - Edit Workshop Video') @section('main-content') @csrf @method('PUT') Edit RCSA Workshop Video Video Name* Organization Name Department Name / Business Entity Name / Process* Select Department Name / Business Entity Name / Process @if($units) @foreach($units as $key => $val) unit_id : old('unit_id')) == $val->id ? 'selected' : '' }}>{{ $val->name }} @endforeach @endif RCSA Reference Number @if($getRcsaDetails) @foreach($getRcsaDetails as $key => $val) rcsa_reference_num == $val->rcsa_reference_num ? 'selected' : '' }} data-id="{{$val->rcsa_from_date }}">{{ $val->rcsa_reference_num }} @endforeach @endif {{-- RCSA Reference Number --}} Date of RCSA* Upload the Video* Maximum uploaded size 500MB Failed!, Something went wrong. @if($errors->has('videos')) {{ $errors->first('videos') }} @endif Uploaded Videos @if(isset($model->file_path)) {{ basename($model->file_path) }} @endif Save @csrf @method('POST') Remove video × Do you want to remove this video ? @endsection @section('additionaljs')
Maximum uploaded size 500MB
{{ basename($model->file_path) }}
Do you want to remove this video ?