@extends('layouts.default') @section('styles') @stop @section('scripts') @include('cdn.datatables') @stop @section('panel-heading') Edit Meeting Minutes History @stop @section('panel-presentation') @stop @section('content')

From this page, you can edit meeting minutes history.

Add New History

@foreach($meetings as $meeting) @endforeach
Date Meeting Location Minutes Actions
{{ $meeting->meeting_date->format("M d, Y") }} {{ $meeting->meeting_location }}
(Hoover mouse to show minutes)
Edit
@stop