{{-- @if ($errors->any())
S.No | Control / Document No | Index Reference No | Description of the file | Date | Version | View | @can('download')Download | @endcan @can('edit')Action | @endcan
---|---|---|---|---|---|---|---|---|
{{ $index + $pivs->firstItem() }} | {{ $p->document_no }} | {{ $p->index_reference_no }} | {{ $p->desc_of_file }} | {{ \Carbon\Carbon::parse($p->date)->format('d-M-Y') }} | v{{ $p->version }} | View File | @can('download')
Download File
@if ($p->version > 1)
Download All @endif |
@endcan
@can('edit')
Edit | @endcan