@extends('dashboard.v1.index') @section('title', __('all.roles')) @section('content')

{{__('all.reservations')}}

{{__('all.all_roles')}}

@foreach($rows as $row) @endforeach
# {{__('all.client_name')}} {{__('all.total_price')}} {{__('all.data')}} {{__('all.actions')}}
{{$i}} {{$row->client->name}} {{$row->total_price.'-'.$row->currency}} {{$row->created_at}}
@stop