@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")

{{__("store-types")}}

{{__("all-store-types")}}

@endsection @section("content")

{{__("create-store-type")}}

@csrf
@error("description")
{{$message}}
@enderror
@endsection