@if (count($orders)) @foreach($orders as $order) @endforeach @else @endif
Trừ liệu trình C.Nhánh Ngày tạo Ng.hết hạn Tên DV Loại đơn Người lên đơn Hỗ trợ Buổi còn lại Số tiền DH Đã thanh toán Còn lại Thao tác
Chỉnh sửa đơn @if($order->count_day > 0 && Auth::user()->department_id != \App\Constants\DepartmentConstant::CSKH) Trừ liệu trình @endif Thanh toán (IN) {{ @$order->branch->name }} {{ date('d/m/Y',strtotime($order->created_at)) }} {{ @$order->hsd}} {{str_limit(str_replace('
',',',$order->service_text),70)}}
{{ $order->name_type }} {{ @$order->owner->full_name }} supportOrder->doctor) ||!empty($order->supportOrder->tuVanChinh) ?'style=min-width:350px;white-space:normal':'' }}> {{!empty($order->supportOrder->doctor)?'(BS: '.@$order->supportOrder->doctor->full_name.')':''}} {{!empty($order->supportOrder->yTaChinh)?'(Y.Tá: '.@$order->supportOrder->yTaChinh->full_name.')':''}} {{!empty($order->supportOrder->yTaPhu)?'(Y.Tá: '.@$order->supportOrder->yTaPhu->full_name.')':''}} {{!empty($order->supportOrder->tuVanChinh)?'(TVV: '.@$order->supportOrder->tuVanChinh->full_name.')':''}} {{!empty($order->supportOrder->tuVanPhu)?'(TVV: '.@$order->supportOrder->tuVanPhu->full_name.')':''}} {{ $order->count_day }} {{ number_format($order->all_total) }} {{ number_format($order->gross_revenue) }} {{ number_format($order->the_rest) }}
Không tồn tại dữ liệu
@if (count($orders))
{{ 'Tổng số ' . $orders->total(). ' bản ghi ' . (request()->search ? 'found' : '') }}
{{ $orders->appends(['search' => request()->search ])->links() }}
@endif
@include('customers.modal_order') @include('customers.modal_update_history_order')