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

{{__("consultant")}}

{{__("edit Account")}}

@endsection @section("content")
@foreach($accounts as $account)
@csrf

{{__("Edit Account")}}

@error("account_type")
{{$message}}
@enderror
@error("specialist_description")
{{$message}}
@enderror
@error("account_name")
{{$message}}
@enderror
@error("account_information")
{{$message}}
@enderror
@endforeach
@endsection