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

{{__("Account Type")}}

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

@endsection @section("content")

{{__("Create New Account Type")}}

@csrf
@error("store_name")
{{$message}}
@enderror
@error("name_ar")
{{$message}}
@enderror
@endsection @section("scripts") @endsection