@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")
{{"Name : " . $consultants->name }}
{{"Email : ".$consultants->email }}
{{"Phone Number : " .$consultants->phone_number }}
| {{__("Account Name ")}} | {{__("Account Number")}} | {{__("Account Information")}} | {{__("Consultation Type")}} | @if(in_array(0,json_decode($consultants->request_type))){{__("Offline Price")}} | @elseif(in_array("1",json_decode($consultants->request_type))){{__("Online Price")}} | @elseif(in_array("2",json_decode($consultants->request_type))){{__("Chat Price")}} | @endif
|---|---|---|---|---|---|---|
| {{$consultants->account_name}} | {{$consultants->account_number}} | {{$consultants->account_information}} | @foreach(json_decode($consultants->request_type) as $type) @if($type == "0") {{__("Offline")}} @elseif($type == "1") {{__("Online")}} @elseif($type == "2") {{__("Chat")}} @endif @endforeach | @foreach(json_decode($consultants->request_type) as $type) @if($type == "0") {{$consultants->offline_price}} @elseif($type == "1") {{$consultants->online_price}} @elseif($type == "2") {{$consultants->chat_price}} @endif @endforeach |
| {{__("Slot Duration ")}} | {{__("Waiting Duration")}} | {{__("Schedule")}} | ||
|---|---|---|---|---|
| {{$time_slot_type->date_from}} | --}} {{--{{$time_slot_type->date_to}} | --}}{{$time_slot_type->slot_duration}} | {{$time_slot_type->wating_time}} |
| {{__("Date From")}} | {{__("Date To")}} | {{__("Slot Duration ")}} | {{__("Waiting Duration")}} | {{__("Schedule")}} |
|---|---|---|---|---|
| {{$time_slot_type->date_from}} | {{$time_slot_type->date_to}} | {{$time_slot_type->slot_duration}} | {{$time_slot_type->wating_time}} |
| {{__("Date From")}} | --}} {{--{{__("Date To")}} | --}} {{--{{__("Slot Duration ")}} | --}} {{--{{__("Waiting Duration")}} | --}} {{--{{__("Schedule")}} | --}} {{--
|---|---|---|---|---|
| {{$time_slot_type->date_from}} | --}} {{--{{$time_slot_type->date_to}} | --}} {{--{{$time_slot_type->slot_duration}} | --}} {{--{{$time_slot_type->wating_time}} | --}} {{----}} {{-- --}} {{-- |
| {{__("Date From")}} | --}} {{--{{__("Date To")}} | --}} {{--{{__("Slot Duration ")}} | --}} {{--{{__("Waiting Duration")}} | --}} {{--{{__("Schedule")}} | --}} {{--
|---|---|---|---|---|
| {{$time_slot_type->date_from}} | --}} {{--{{$time_slot_type->date_to}} | --}} {{--{{$time_slot_type->slot_duration}} | --}} {{--{{$time_slot_type->wating_time}} | --}} {{----}} {{-- --}} {{-- |