@extends('layouts/contentLayoutMaster') @section('title', 'Completed Reports') @section('vendor-style') {{-- vendor css files --}} @endsection @section('content') Completed Reports ({{ $counter['completed'] }}) Inprocess Reports ({{ $counter['inprogress'] }}) Failed Reports ({{ $counter['failed'] }}) {{-- View Failed Reports View Inprocess Reports --}} @if ($message = Session::get('success')) {{ $message }} @endif @if ($message = Session::get('error')) {{ $message }} @endif No. User Report Criteria Report Type Submitted Start Execution End Status Download @endsection @section('vendor-script') {{-- vendor files table data --}} @endsection @section('page-script') @endsection