@extends('layouts.master') @section('title', 'GCOM CRF') @section('content')
GCOM CRF
@if ($errors->has('error'))
{{ $errors->first('error') }}
@endif @if (session('success'))
{{ session('success') }}
@endif

@if ($gpcData) @include('reports.gcom-crf.table') @endif @include('reports.gcom-crf.note')
@endsection @section('js') @endsection