|
@if(!empty($report['date']))
{{$report['date']}}
@endif
|
@if(!empty($report['time_from']))
{{$report['time_from']}}
@endif
|
@if(!empty($report['time_to']))
{{$report['time_to']}}
@endif
|
@if(!empty($report['total']))
{{round($report['total'],2)}}
@endif
|
@if(!empty($report['comment']))
{{$report['comment']}}
@else
-
@endif
|
@if(!empty($report['course']))
{{$report['course']}}
@else
-
@endif
|
@if(!empty($report['place']))
{{$report['place']}}
@else
-
@endif
|
@if(!empty($report['date']))
@endif
|
@endforeach