@extends('admin.layout') @section('content')
{{ csrf_field() }}
Sửa thông tin người dùng

{{$tasker->email}}

{{$tasker->phone_number}}

Please enter a complex password
{{$tasker->avatar}}

{{$tasker->created_at}}

{{--
--}} {{--
--}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{--
Tiêu chíChi tiết
{<>k<>}{<>data.selectedTaskerJob[k]<>}
--}} {{--
--}} {{--
--}}

VIP {{$tasker->vip}} 

@if($tasker->documents)
@php $arrDocs = explode(',', $tasker->documents); @endphp @foreach($arrDocs as $key => $doc)
@endforeach
@endif
{{ csrf_field() }}
Sửa thông tin dịch vụ tasker

[{<>tasker.tasker_role.tasker<>}] {<>tasker.name<>}

Tên dịch vụ Trạng thái

{<>service.name<>}

Không duyệt

Xác nhận

Chờ duyệt

@php $status_title = \App\Models\Schedule::$status_title; @endphp

Lịch sử nhận lịch

# service start day price user tasker status
#{<>schedule.id<>} {<>schedule.service.name<>} {<>schedule.time_start<>} {<>schedule.day_working<>} {<>schedule.price | currency : '' : 0<>} {<>schedule.get_user.name<>} {<>schedule.get_tasker.name<>} {{$status_title[\App\Models\Schedule::STATUS_PENDING]}} {{$status_title[\App\Models\Schedule::STATUS_WORKING]}} {{$status_title[\App\Models\Schedule::STATUS_COMPLETE]}}
  • {<>meta.current_page<>}
  •   Nhảy trang  / {<>meta.last_page<>} ({<>meta.total<>} bản ghi)
@endsection @section('custom_script') @endsection