@extends('master')
@section('content')
@include('audits.filter')
@if(count($audits))
- Table
@if(((($audits->getCurrentPage() - 1) * $audits->getPerPage()) + 1 ) <= ($audits->getPerPage()))
- Graph
@endif
@include('audits.table')
@include('audits.graph')
@else
There are no records matching your query
@endif
@endsection