@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.
Date | Meeting Location | Minutes | Actions | @foreach($meetings as $meeting)
---|---|---|---|
{{ $meeting->meeting_date->format("M d, Y") }} | {{ $meeting->meeting_location }} |
(Hoover mouse to show minutes)
|
Edit |