@extends('layouts.app')
{{-- Important Variables --}}
@section('title')
{{$report_name }}
@stop
@section('top-bar')
@include('includes.top-bar')
@stop
@section('left-sidebar')
@include('includes.left-sidebar')
@stop
@section('content')
@php
$common = new \App\Models\Common();
@endphp
@stop
@push('include-css')
@endpush
@push('include-js')
@endpush