@extends('layouts.default') @section('styles') @stop @section('scripts') @include('cdn.ckeditor') @stop @section('panel-heading') Edit Meeting Minutes History @stop @section('panel-presentation') @stop @section('content')
@if ($errors->has("meeting_date")) {{ $errors->first('meeting_date') }} @endif meeting_date->format("Y-m-d")}}" />
@if ($errors->has("meeting_location")) {{ $errors->first('meeting_location') }} @endif meeting_location }}"/>
@if ($errors->has('minutes'))

{{ $errors->first('minutes') }}

@endif

{{ csrf_field() }} Cancel

@stop