@foreach ($tbody as $k => $v)
Community Education Australia (RTO NO: 6074)
@if ($k == 0)Team Members: {{$inputs['team_members']}}
Date of Inspection: {{\Carbon\Carbon::parse($inputs['date_of_inspection'])->setTimezone('Australia/Brisbane')->format('d/m/Y')}}
Training Delivery Location address: {{$inputs['training_delivery_location_address']}}
@endif {{-- table --}}Acceptable | Immediate action taken | Further action required* | Date signed off | Date to be Completed | ||||||
---|---|---|---|---|---|---|---|---|---|---|
Y | N | |||||||||
{{$item['desc']}} | @else{{$item['desc']}} | @foreach ($item['items'] as $i) @if($i['type'] == 'checkbox')@if($i['value'] == 1) @endif | @elseif($i['type'] == 'text'){{$i['value']}} | @else{{$i['value']}} | @endif @endforeach @endif