@extends("layouts.admin.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("store_name")
{{$message}}
@enderror
@error("phone_number")
{{$message}}
@enderror
@error("category_id")
{{$message}}
@enderror

@error("img")
{{$message}}
@enderror
@error("location")
{{$message}}
@enderror
@if(!is_null($branch->getFirstMediaFile())) @endif
@endsection @section("scripts") @endsection