@extends('master') @section('content') @if(count($errors))

Please fix the following errors:

    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
×
@endif @if(Session::has('errorMsg'))

{{ Session::get('errorMsg') }}

×
@endif
@if(!count($audits)) @else
Table
@if(((($audits->getCurrentPage() - 1) * $audits->getPerPage()) + 1 ) <= ($audits->getPerPage()))
Graph
@endif
@include('audits.table')
@include('audits.graph')
@endif @if(count($audits))
@include('dpr.token') Download Return
@endif
@endsection