@extends('layouts.main') @section('breadcrumb')

Custom Reports

@endsection @section('content')
@include('flash::message')
@include('reports.custom_report.table')
@endsection @section('footer_scripts') @endsection