@extends('layouts.main') @section('title', 'GLESEC Member Portal') @section('breadcrumb')

Reports: {{ $report_type_title }}

@endsection @section('content')
@foreach($reports as $report) @endforeach
Title Date Action
{{ $report->description }} {{\Carbon\Carbon::parse($report->updated_at)->format('m/d/Y')}}
@endsection @section('footer_scripts') @endsection