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

{{__("Container Size")}}

{{__("All Container Size")}}

@endsection @section("content")

{{__("Create New Container Size")}}

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