@extends('admin.layout.master') @section('title', "تفاصيل الطلب") @section('content')
--}} {{-- --}} {{-- --}} {{-- --}} {{--
--}}الكود | اسم العميل | اسم الصالون | الحالة | الحساب الكلي | طريقه الدفع | تاريخ الطلب |
---|---|---|---|---|---|---|
{{$row->code}} | {{$row->user->username}} | {{$row->salon->salon_title}} | @if($row->status == 'waiting') حالة الإنتظار @elseif($row->status == 'in_progress') في مرحلة التنفيذ @elseif($row->status == 'cancel') تمت الالغاء @elseif($row->status == 'finish') تم الانتهاء @endif | {{$row->total_price}} | {{($row->payment_type == 'visa') ? 'فيزا' : 'كاش'}} | {{\Carbon\Carbon::parse($row->created_at)->toDateString()}} |
--}} {{-- --}} {{-- --}} {{-- --}} {{--
--}}اسم الخدمة |
---|
{{$service->title}} |