@extends('header.header') @section('content')
{{__('Shipment Within Table')}}

@foreach($Withins as $Within) @endforeach
{{__("ID")}} {{__("Within Value")}} {{__("Within Type")}} {{__("Control")}}
{{$Within->id}} {{$Within->value}} {{$Within->type}}
id)}}">
id)}}" method="post" id="delete{{$Within->id}}" style="display: none" data-swal-title="{{__("Delete Within")}}" data-swal-text="{{__("Are You Sure To Delete This Within?")}}" data-yes="{{__("Yes")}}" data-no="{{__("No")}}" data-success-msg="{{__("the Within has been deleted successfully")}}">@csrf @method("delete")
{{$Withins->links()}}
@endsection