@foreach($reservations as $key=> $row) {{-- --}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{-- --}} {{$loop->iteration}} {{ $row->hall_name }} {{ $row->client_name }} {{ $row->client_phone }} {{ date('Y-m-d', strtotime($row->created_at)) }} {{ $row->person_count }} {{getServices($row->services)['total']}} {{getServices($row->added_services)['total']}} {{ $row->added_value_amount }} {{ $row->total }} {{ ($row->total*$sitePercentage)/100 }} {{ ($row->total)-(($row->total*$sitePercentage)/100) }} {{ __('dashboard.edit') }} @endforeach @if( count( $reservations ) && $reservations->hasPages() ) {{ $reservations->links() }} @endif