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

{{__("voucher-classifications")}}

{{__("all-voucher-classifications")}}

@endsection @section("content")

{{__("create-voucher-classification")}}

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