@extends('layouts.master') @section('css') @toastr_css @section('title') {{ trans('Report_trans.title_page') }} - {{ trans('Record_trans.statments') }} @stop @endsection @section('page-header')
| # | {{ trans('Certificat_trans.name') }} | {{trans('Certificat_trans.notification_number')}} | @can('المالية'){{ trans('Statment_trans.Pay_process') }} | @endcan @can('النتيجة'){{ trans('Statment_trans.Result_process') }} | @endcan{{ trans('Certificat_trans.date') }} |
|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $statment->first_name }} {{ $statment->second_name }} {{ $statment->midell_name }} {{ $statment->last_name }} | {{ $statment->notification_number }} | @can('المالية')@if ($statment->f_status == '0') {{ trans('Statment_trans.processing') }} @elseif ($statment->f_status == '1') {{ trans('Statment_trans.complate') }} @else {{ trans('Statment_trans.reject') }} @endif | @endcan @can('النتيجة')@if ($statment->r_status == '0') {{ trans('Statment_trans.processing') }} @elseif ($statment->r_status == '1') {{ trans('Statment_trans.complate') }} @else {{ trans('Statment_trans.reject') }} @endif | @endcan{{ date('d-m-y', strtotime($statment->created_at)) }} |