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

{{__("Container Size")}}

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

@endsection @section("content") @include("includes.dialog")
@if(isPermissionsAllowed("control-container-sizes"))
@csrf {{__("Export As Excel")}}
@endif
{{-- --}} @if(isPermissionsAllowed("control-container-sizes")) @endif @foreach($sizes as $size) {{-- --}} @if(isPermissionsAllowed("control-container-sizes")) @endif @endforeach
{{__("ID")}}{{__("Serial Number")}} {{__("Size")}}{{__("Control")}}
{{$size->id}}{{$serial_number++}} {{$size->size}} id)}}" class="control-link edit">
id)}}" method="post" id="delete{{$size->id}}" style="display: none" data-swal-title="{{__("Delete Container Size")}}" data-swal-text="{{__("Are You Sure To Delete This Container Size?")}}" data-yes="{{__("Yes")}}" data-no="{{__("No")}}" data-success-msg="{{__("the Container Size has been deleted successfully")}}">@csrf @method("delete")
@endsection @section("scripts") @endsection