}})
}})
}})
 }})
@php
$lp=0;
@endphp
@foreach($toilets as $toilet)
@php
$lp=$lp + 1;
$encrypt_id=encrypt($toilet->id);
@endphp
@if($lp % 6 == 0)
@endif
@endforeach
Total Records: {{$totalRecords}}
{!! $toilets->appends(Input::except('page'))->links() !!}