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

{{__('Branches')}}

{{__('Control and view all Branches of Store')}}

@endsection @section("content")

{{__('Edit Branch')}}

id)}}" enctype="multipart/form-data"> @csrf @method("put")
@error("branch_name")
{{$message}}
@enderror
@error("branch_name_ar")
{{$message}}
@enderror
@error("phone_number")
{{$message}}
@enderror


@error("img")
{{$message}}
@enderror
@error("location")
{{$message}}
@enderror
{{__('branch Status')}}
@endsection @section("scripts") @endsection