@extends('layouts.master') @section('css') @toastr_css @section('title') {{ trans('Document_trans.deleted_document') }} @stop @endsection @section('page-header')
| # | {{ trans('Certificat_trans.name') }} | {{ trans('Depts_trans.Name_Dept') }} | {{ trans('Certificat_trans.date') }} | {{ trans('Certificat_trans.certificat_type') }} | {{ trans('Document_trans.documents_prosess') }} | {{ trans('Certificat_trans.bank_note') }} | {{ trans('Depts_trans.Processes') }} | |
|---|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{--{{ $certificat->first_name }} {{ $certificat->second_name }} {{ $certificat->midell_name }} {{ $certificat->last_name }} | --}}{{ $document->user->first_name }} | {{ $document->user->dept->name }} | {{ date('d-m-y', strtotime($document->created_at)) }} | @if ($document->certificat->certificat_type == ["1"]) {{ trans('Certificat_trans.Details') }} @elseif ($document->certificat->certificat_type == ["2"]) {{ trans('Certificat_trans.Regular') }} @else {{ trans('Certificat_trans.Regular') }} - {{ trans('Certificat_trans.Details') }} @endif | @if ($document->stutus == '0') {{ trans('Certificat_trans.Process') }} @elseif ($document->stutus == '1') {{ trans('Certificat_trans.complate') }} @else {{ trans('Certificat_trans.reject') }} @endif | @if ($document->f_status == '0') {{ trans('Certificat_trans.Process') }} @elseif ($document->f_status == '1') {{ trans('Certificat_trans.complate') }} @else {{ trans('Certificat_trans.reject') }} @endif | @can('حذف شهادة') @endcan |