@extends('Frontend.Layouts.modal') @section('title') {{ trans('front.checklist') }} @stop @section('body')
| {{ trans('front.task_completed')}} | {{ trans('front.outcome')}} | {{ trans('front.activity')}} | {{ trans('front.photo')}} |
|---|---|---|---|
| {{ $row->completed ? trans('global.yes') : trans('global.no') }} | {{ $row->formatted_outcome }} | {{ $row->activity }} | @if ($row->images->count()) @foreach ($row->images as $image) {{ trans('front.preview') }} @endforeach @else - @endif |