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

{{__("Accounts")}}

@endsection @section("content") @include("layouts.main-parts.page-message")

{{__("Edit Account")}}

id)}}" enctype="multipart/form-data"> @csrf @method("put")
@error('name')
{{$message}}
@enderror
@error('type')
{{$message}}
@enderror
@error('role_id')
{{$message}}
@enderror
@error('password')
{{$message}}
@enderror
@endsection @section("scripts") @foreach($Users as $user) @if($user->id == $Userow->user_id) @endif @endforeach @endsection