@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")
{{__("representatives")}}
{{__("all-representatives")}}
{{__("Dashboard")}}
{{__("representatives")}}
{{__("edit")}}
@endsection @section("content")
{{__("create-representative")}}
id)}}" enctype="multipart/form-data"> @csrf @method("put")
{{__("number")}}
@error("number")
{{$message}}
@enderror
{{__("name")}}
@error("name")
{{$message}}
@enderror
{{__("mobile-number")}}
@error("mobile_number")
{{$message}}
@enderror
@endsection