@if (count($reports)) @foreach ($reports as $report)
{!!trans('validation.attributes.title')!!} {!!trans('validation.attributes.type')!!} {!!trans('validation.attributes.format')!!} {!!trans('front.devices')!!} {!!trans('front.geofences')!!} {!!trans('front.schedule')!!}
{{$report->title}} {{ \Tobuli\Reports\ReportManager::getTitle($report->type) ?? '' }} {{trans('front.'.$report->format)}} {{count($report->devices)}} {{count($report->geofences)}} {{ $report->isSchedule() ? trans('global.yes') : trans('global.no') }}