{{ Form::page_header("Check-In Meeting: " . $business->company, "checklist", null, $checkin_meeting->date_display) }}
{{ Form::label_title('Headlines') }}
@foreach($checkin_headlines as $checkin_headline)
@include('business.checkin_meeting._checkin_headline')
@endforeach
@include('business.checkin_meeting._checkin_headline_analytics')
{{ Form::label_title('Upcoming Key Dates') }}
@foreach($checkin_dates as $checkin_date)
@include('business.checkin_meeting._checkin_date')
@endforeach
{{ Form::label_title('Deliverable Progress') }}
@foreach($checkin_deliverables as $checkin_deliverable)
@include('business.checkin_meeting._checkin_deliverable')
@endforeach
{{ Form::label_title('To-Dos') }}
@foreach($checkin_todos as $checkin_todo)
@include('business.checkin_meeting._checkin_todo')
@endforeach
{{ Form::label_title('Issues') }}
@foreach($checkin_issues as $checkin_issue)
@include('business.checkin_meeting._checkin_issue')
@endforeach