@extends('layouts.default') @section('title') Meeting Agenda @endsection @section('header-style') @endsection @section('content')
Meeting Agenda
{!! csrf_field() !!} @method('PUT')
@if ($errors->has('meeting_name')) {{ $errors->first('meeting_name') }} @endif
@if ($errors->has('meeting_date')) {{ $errors->first('meeting_date') }} @endif
@if ($errors->has('start_time')) {{ $errors->first('start_time') }} @endif
@if ($errors->has('end_time')) {{ $errors->first('end_time') }} @endif
@if ($errors->has('decision_number')) {{ $errors->first('decision_number') }} @endif
@if ($errors->has('nothi_no')) {{ $errors->first('nothi_no') }} @endif
@if ($errors->has('agenda_no')) {{ $errors->first('agenda_no') }} @endif


@include('meeting.shared.agendaMediaUpload')
  Exit
@include('meeting.shared.agendaList')
@endsection