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

{{__("Branches")}}

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

@endsection @section("content")

Edit Branch

id)}}"> @csrf @method("put")
@error("branch_name")
{{$message}}
@enderror
@error("phone_number")
{{$message}}
@enderror
@error("whatsapp_number")
{{$message}}
@enderror
@error("category_id")
{{$message}}
@enderror
@error("tax")
{{$message}}
@enderror

@error("img")
{{$message}}
@enderror
@error("location")
{{$message}}
@enderror
@endsection @section("scripts") @endsection