@extends("layouts.admin.app") @section("page-title") @endSection @section("page-nav-title")

{{__("consultant")}}

{{__("edit consultant")}}

@endsection @section("content")

{{__("Edit consultant")}}

@csrf
@error("full_name")
{{$message}}
@enderror
@error("phone_number")
{{$message}}
@enderror
@error("email")
{{$message}}
@enderror


@foreach($consultant_account as $account) @endforeach
{{__("Account Name ")}} {{__("Account Number")}} {{__("Account Information")}} {{__("Account Type")}} {{__("Action")}}
{{$account->account_name}} {{$account->account_number}} {{$account->account_information}} {{$account->consultantAccount->name_en}} id)}}" class="control-link edit"> $account->id]) }}" method="post" id="delete{{$account->id}}" style="display: none" data-swal-title="{{ __("Delete Account") }}" data-swal-text="{{ __("Are You Sure To Delete This Category ?") }}" data-yes="{{ __("Yes") }}" data-no="{{ __("No") }}" data-success-msg="{{ __("The Account has been deleted successfully") }}"> @csrf @method("post")


{{-- --}}
@error("Consultant_image")
{{$message}}
@enderror
url}}" alt="" width="150px">
@error("doctor_image")
{{$message}}
@enderror
@endsection @section("scripts") @endsection