@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")
{{__("voucher-classifications")}}
{{__("all-voucher-classifications")}}
{{__("Dashboard")}}
{{__("voucher-classifications")}}
{{__("edit")}}
@endsection @section("content")
{{__("edit-voucher-classification")}}
id)}}" enctype="multipart/form-data"> @csrf @method("put")
{{__("name")}}
@error("name")
{{$message}}
@enderror
@endsection