@extends('layouts.master') @section('page-title') Guests @endsection @section('breadcrumb') @endsection @section('content') @foreach($items->chunk(4) as $itemRow)
@foreach($itemRow as $item)
$item->bookingTypeId, 'sortBy' => 'check_out_at', 'dir' => 'asc']) }}">
{{ $item->name }} @currency($item->receivables()) {{ $currency->symbol }}
@endforeach
@endforeach @endsection