@extends('layouts.master') @section('content')
{{ @$title }}

@if ($gpcOutputs->isNotEmpty()) @include('modules.reports.gpc-output.table') @endif @include('modules.reports.gcom-crf.note')
@endsection @section('js') @endsection