@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")

{{__("All Details")}}

@endsection @section("content")
url}}"class="img-fluid rounded-start" alt="...">
{{__("Personal Information")}}

{{"Name : " . $consultants->name }}

{{"Email : ".$consultants->email }}

{{"Phone Number : " .$consultants->phone_number }}

{{__("Account")}}

@if($consultants->request_type==0 ) @elseif($consultants->request_type==1) @elseif($consultants->request_type==2) @endif @if($consultants->request_type==0 ) @elseif($consultants->request_type==1) @elseif($consultants->request_type==2) @endif @if($consultants->request_type==0 ) @elseif($consultants->request_type==1) @elseif($consultants->request_type==2) @endif
{{__("Account Name ")}} {{__("Account Number")}} {{__("Account Information")}} {{__("Consultation Type")}}{{__("Offline Price")}}{{__("Online Price")}}{{__("Online Price")}} {{__("Offline Price")}}
{{$consultants->account_name}} {{$consultants->account_number}} {{$consultants->account_information}}{{__("Offline")}}{{__("Online")}}{{__("Online And Offline")}}{{$consultants->offline_price}}{{$consultants->online_price}}{{$consultants->online_price}} {{$consultants->offline_price}}

{{__("Default Schedule")}}

@foreach($defultTimeSlotTypes as $time_slot_type) {{-- @if($users_booking)--}} {{-- @foreach($defultTimeSlotTypes as $time_slot_type)--}} {{-- --}} {{-- --}}
{{__("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}}

{{__('Customized Schedule')}}

@foreach($time_slot_type_temps as $time_slot_type)
{{__("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}}
{{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
{{ "Name : " . $consultants->name }}
--}} {{-- @if($consultants->request_type==0 )--}} {{--
--}} {{-- {{"Consultation Type : ""Offline"}}-.-}} {{-- {{"Offline Price : ".$consultants->offline_price}}--}} {{--
--}} {{-- @elseif($consultants->request_type==1 )--}} {{--
--}} {{-- {{"Consultation Type : "."Offline"}}--}} {{-- {{"Offline Price : ".$consultants->online_price}}--}} {{--
--}} {{-- @else--}} {{--
--}} {{-- {{"Consultation Type : "."Online And Offline"}}--}} {{--
--}} {{-- {{"Online Price : ".$consultants->online_price}}--}} {{--
--}} {{-- {{"Offline Price : ".$consultants->offline_price}}--}} {{--
--}} {{-- @endif--}} {{--
--}} {{--
--}} {{--
{{"Email : ".$consultants->email}}
--}} {{-- @if($consultants->has_account==1)--}} {{-- {{"Has Account:".$consultants->has_account}}--}} {{--
--}} {{-- {{"Account Name : ".$consultants->account_name}}--}} {{--
--}} {{-- {{"Account Number : ".$consultants->account_number}}--}} {{-- @endif--}} {{--
--}} {{--
--}} {{--
{{"Phone Number : " .$consultants->phone_number}}
--}} {{-- @php--}} {{-- $lang = App::getLocale();--}} {{-- $name = $account_types->{"name_" . $lang};--}} {{-- @endphp--}} {{--
Account Type: {{ $name }}
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--

{{"Default Schedule"}}

--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @if($users_booking)--}} {{-- @foreach($defultTimeSlotTypes as $time_slot_type)--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
{{__("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}}--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--

{{"Customized Schedule"}}

--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}}{{-- @if($users_booking)--}} {{-- @foreach($time_slot_type_temps as $time_slot_type)--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
{{__("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}}--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} @endsection