@extends('layouts.admin') @section('page-css') @endsection @section('main-content')
@csrf @if($journalData && $journalData->id > 0) @endif
please enter checklist title here
The department field is required.
@if($journalData && $journalData->id > 0) @if(is_object($journalData->headers) && count($journalData->headers)>0) @php($headLen=1) @foreach($journalData->headers as $head) @if(is_object($head->items) && count($head->items)>0) @php($itemLen = 1) @foreach($head->items as $item) @php($itemLen++) @endforeach @endif @php($headLen++) @endforeach @endif @endif
Journal item names
@if(is_object($journalData) && is_object($journalData->daily_items) && count($journalData->daily_items)>0) @php($itemLen = 1) @foreach($journalData->daily_items as $item) @php($itemLen++) @endforeach @endif @if(!is_object($journalData)) @endif
Journal Daily Questions
@endsection @section('bottom-js') @endsection