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

@if ($crfData->isNotEmpty()) @include('modules.reports.crf.table') @endif
@endsection @section('js') @endsection