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

{{__("Technicians")}}

{{__("All Technicians")}}

@endsection @section("css-links") @endsection @section("content")

{{__("Edit Technician")}}

$page, "id" => $user->id])}}" enctype="multipart/form-data"> @csrf @method("put")
@error("full_name")
{{$message}}
@enderror
technician)}}">
@error("username")
{{$message}}
@enderror
@error("password")
{{$message}}
@enderror
@error("confirm_password")
{{$message}}
@enderror
@error("email")
{{$message}}
@enderror
@error("region")
{{$message}}
@enderror
technician)}}">
@error("phone_number_1")
{{$message}}
@enderror
technician)}}">
@error("phone_number_2")
{{$message}}
@enderror
technician)}}">
@error("address")
{{$message}}
@enderror
@error("birth_date")
{{$message}}
@enderror
@error("gender")
{{$message}}
@enderror
@error("technician_category")
{{$message}}
@enderror
technician)}}">
Years
@error("experience_years")
{{$message}}
@enderror
@error("main_specialty")
{{$message}}
@enderror
@foreach($commissions as $commission)
%
@if($commission->price_from == 1) @endif @if($commission->price_from != 1)
@endif
@endforeach
{{__("Add New Row")}}
%


@endsection @section("scripts") @include("admin.technician.templates") @endsection