@extends('Frontend.Reports.partials.layout') @section('content') @foreach ($report->getItems() as $item)
| {{ trans('front.service').': '.$data['service']->name }} | ||
|---|---|---|
| {{ trans('validation.attributes.status') }} | {{ trans('front.activity') }} | {{ trans('front.time_completed') }} |
|
{{ trans('front.checklist').': '.$checklist->name }}
{{ trans('front.time_completed').': '.($checklist->completed_at ? Formatter::time()->human($checklist->completed_at) : trans('front.incomplete')) }}
{{ trans('validation.attributes.signature').': '.$checklist->signature }}
|
||
| {{ $row['completed'] ? trans('front.complete') : trans('front.incomplete') }} | {{ $row['activity'] }} | {{ $row['completed_at'] ? Formatter::time()->human($row['completed_at']) : '-' }} |