Edit RCSA Document

@csrf @method('PUT')
{{-- --}}

Supports : pdf / word / excel / jpg

@if($errors->has('documents')) {{ $errors->first('documents') }} @endif
@if(isset($model->file_path))
@if($model->file_type=='jpg') @else @endif

{{ basename($model->file_path) }}

  • {{ formatSizeUnits($model->file_size) }}
@endif