@extends('layouts.main_frontend') @section('title','RCSA - '.$title) @section('main-content') @csrf View And Approve RCSA Document RCSA Ref. No. Organization Name Department Name / Business Entity Name / Process Date of RCSA Document @if($org_docs['file_path']) @if($org_docs['file_type'] === 'jpg' || $org_docs['file_path'] === 'jpeg') @else @endif {{ basename($org_docs['file_path']) }} {{ formatSizeUnits($org_docs['file_size']) }} @endif Approval Status @foreach($approvalStatus as $key => $val) {{ ucwords($val) }} @endforeach Save @endsection @section('additionaljs') @endsection
{{ basename($org_docs['file_path']) }}