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

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