@extends('admin.layout') @section('content')
@php $status_title = \App\Models\Job::$status_title; $paid_title = \App\Models\Job::$paid_title; @endphp {{--
--}} {{--
--}} {{--
--}} {{--

{<>statistic.total<>}

--}} {{--Công việc--}} {{--
--}} {{----}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--

{<>statistic['{{\App\Models\Job::STATUS_PENDING}}'] || 0<>}

--}} {{--Đang chờ--}} {{--
--}} {{----}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--

{<>statistic['{{\App\Models\Job::STATUS_PROCESS}}'] || 0<>}

--}} {{--Đang thực hiện--}} {{--
--}} {{----}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--

{<>statistic['{{\App\Models\Job::STATUS_COMPLETE}}'] || 0<>}

--}} {{--Đã hoàn thành--}} {{--
--}} {{----}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--

{<>statistic['{{\App\Models\Job::STATUS_CANCEL}}'] || 0<>}

--}} {{--Bị hủy--}} {{--
--}} {{----}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}
Công việc mới
# Dịch vụ Người yêu cầu Điện thoại Người dùng Giá Ngày kết thúc Trạng thái
#{<>job.id<>} {<>job.get_service.name<>} {<>job.requester.name<>} {<>job.requester.phone_number<>} {<>job.requester.name<>} {<>job.get_family.name<>} {<>job.price | currency : '' : 0<>} {<>job.day_end<>} {{$paid_title[\App\Models\Job::NOT_PAID]}} {{$paid_title[\App\Models\Job::PAID]}}
  • {<>meta.current_page<>}
  •   Go to page  / {<>meta.last_page<>}
@endsection