@if($shippings->count() > 0) @foreach($shippings as $key => $ship) @endforeach @else

No shipping Found

@endif
# Pincode Price Shipping Free days Status Action
{{ $shippings->firstItem() + $key }} {{ $ship->pincode }} {{ $ship->price }} {{ $ship->free_shipping_threshold }} {{ $ship->delivery_days }} @if($ship->status) @php $statusBtn = '' @endphp Active @else @php $statusBtn = '' @endphp Deactive @endif {!! $statusBtn !!}
{!! $shippings->links() !!}