@extends('layouts.user.dashb4') @section('content')
@if($reportCount > 0) @foreach($reports as $report)
FC: {{ $report->fc_name }}
Formup: {{ $report->formup_location }}@{{ $report->formup_time }}
Comms: {{ $report->comms }}
Doctrine: {{ $report->doctrine }}
Objective: {{ $report->objective }}
Fleet Result: {{ $report->objective_result }}
Summary: {{ $report->summary }}
Improvements: {{ $report->improvements }}
Worked Well: {{ $report->worked_well }}
Additional Comments: {{ $report->additional_comments }}
Click to Comment
@foreach($comments as $comment) @if($comment->report_id == $report->id) Name: {{$comment->character_name }}
Comments: {{ $comment->comments }}

@endif @endforeach
@endforeach @else

Heads Be Rolling Soon

No fc's have submitted reports recently.
@endif @endsection