@extends('admin.layouts.app') @section('title', 'All Reports') @section('section')

All Reports

All Reports

@foreach($reports as $key => $report) @endforeach
@endsection