@extends('layouts.master') @section('css') @toastr_css @section('title') {{ trans('Statment_trans.title_page') }} @stop @endsection @section('page-header')
| # | {{ trans('Statment_trans.name') }} | {{ trans('Depts_trans.Name_Dept') }} | {{ trans('Statment_trans.date') }} | @can('isAdmin'){{ trans('Statment_trans.by') }} | @endcan{{ trans('Statment_trans.Pay_process') }} | {{ trans('Statment_trans.Result_process') }} | {{ trans('Depts_trans.Processes') }} |
|---|---|---|---|---|---|---|---|
| {{ $statment->id }} | {{ $statment->first_name }} {{ $statment->second_name }} {{ $statment->midell_name }} {{ $statment->last_name }} | {{ $statment->dept->name }} | {{ date('d-m-y', strtotime($statment->created_at)) }} | @can('isAdmin'){{ $statment->user->first_name }} {{ $statment->user->second_name }} | @endcan@if ($statment->f_status == '0') {{ trans('Statment_trans.processing') }} @elseif ($statment->f_status == '1') {{ trans('Statment_trans.complate') }} @else {{ trans('Statment_trans.reject') }} @endif | @if ($statment->r_status == '0') {{ trans('Statment_trans.processing') }} @elseif ($statment->r_status == '1') {{ trans('Statment_trans.complate') }} @else {{ trans('Statment_trans.reject') }} @endif | @can('حذف افادة') @endcan |