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

Flash Advisory Report

@endsection @section('content')

@foreach ($reports as $key => $value) @endforeach
# Date Title Month View Download
{{$key+1}} {{date('m/d/Y',strtotime($value->updated_at))}} {!!$value->title!!} {{\Carbon\Carbon::parse($value->updated_at)->format('F')}}
@endsection