@extends('layouts.app') @section('title') Reports @endsection @section('page_css') @endsection @section('content')
@include('flash::message')
@include('reports.table')
@endsection @section('scripts') @endsection