@extends('layout.app') @section('content')

Chi tiết đơn


{{--
--}} {{--
--}} {{----}} {{--
--}} {{--
--}}
Thông tin chung
@if($order->status === 0) @if(\Illuminate\Support\Facades\Auth::user()->department_id == \App\Constants\DepartmentConstant::ADMIN) @endif @if(\Illuminate\Support\Facades\Auth::id() == $order->user_id) @endif @endif
Phòng ban
{{@$order->user->department->name}}
Chức vụ
{{@$order->user->roles->name}}
Loại đơn
Đơn check IN - OUT
Trạng thái
status==0 ? "beacon-red" : 'beacon-red')}}" style="opacity:0.8;width:120px"> {{$order->status==1 ? "Đã duyệt" : ($order->status==0 ? "Chờ duyệt" : 'Không duyệt')}}
Mô tả
{{$order->description}}
Chi tiết
Ngày chốt Thời gian Lý do Phạt tiền
{{\Carbon\Carbon::parse($order->date)->format('d-m-Y')}} {{$order->TimeText}} {{@$order->reason->name}} {{@$order->phat_tien == 0 ? 'Không' : 'Có'}}
@include('cham_cong.order.modal_accept') @endsection @section('_script') @endsection