@foreach($reservations as $key=> $row) {{-- --}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{-- --}} {{__('reservations.'.$row->re_status)}} {{__('reservations.'.$row->re_way)}} {{$row->re_no}} {{ \Carbon\Carbon::parse($row->created_at)->format('Y/m/d') }} {{-- @if($row->deleted_at)--}} {{-- {{ __('dashboard.restore') }}--}} {{-- {{ __('dashboard.delete') }}--}} {{-- @else--}} {{ __('dashboard.edit') }} {{-- {{ __('dashboard.trash') }}--}} {{-- @endif--}} @endforeach @if( count( $reservations ) ) {{ $reservations->links() }} @endif