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

{{__("Categories Branches")}}

{{__("create new category branch")}}

@endsection @section("content")

{{__("Create New Category Branch")}}

@csrf
@error("name_en")
{{$message}}
@enderror
@error("name_ar")
{{$message}}
@enderror

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