@if(count($orders) > 0)
@if($designation == "Admin") @endif @php $i=1; @endphp @foreach($orders as $order) @if($designation == "Admin") @endif @php $i++; @endphp @endforeach
Showing {{$orders->firstItem()}} - {{$orders->lastItem()}} of {{$orders->total()}} orders
{{$orders->links()}}
@else
No Orders Found
@endif