{{-- checkbox --}}
{{-- jquery datatable --}}
{{-- --}}
{{-- --}}{{ __('SL') }} | {{ __('Is Signed') }} | {{ __('Get Certificate') }} | {{ __('Sign Request') }} | {{ __('Download') }} | {{ __('File Name') }} | {{ __('File Size') }} | {{ __('Uploaded At') }} |
---|---|---|---|---|---|---|---|
{{ $k + 1 }} | {{-- api hit er por status dore check korte hobe --}} @if ($file->is_signed === 1) @else @endif | @if ($file->uploaded_by == auth()->id()) Get Certificate @endif | @if (isset($app_token) || !empty($app_token)) Sign Document @endif | @if ($file->uploaded_by == auth()->id() && $file->is_signed != 0) Download @endif | {{ $file->file_name_original }} | {{ ceil($file->file_size / 1024) }} KB | {{ date('d-m-Y h:i:s A', strtotime($file->created_at)) }} |