@extends("la.layouts.app") @section("contentheader_title", "Add Moms") @section("contentheader_description", "Add Moms") @section("section", "Moms") @section("section", "Tasks") @section("sub_section", "Add") @section("htmlheader_title", "Add Moms") @section("headerElems") @endsection @section("main-content") @if (count($errors) > 0)
@endif @la_access("Moms", "create")

Add Minutes of Meeting

{!! Form::open(['action' => 'LA\MomsController@store', 'id' => 'mom-add-form']) !!}
{{-- @la_form($module) --}}
@la_input($module, 'mom_title') @la_input($module, 'schedule_date') @la_input($module, 'meeting_title')
@la_input($module, 'agenda') @la_input($module, 'attendees')
@la_input($module, 'note') @la_input($module, 'docs') @la_input($module, 'version')
{!! Form::close() !!}

Create New Tasks !

{!! Form::open(['action' => 'LA\TasksController@store', 'id' => 'tasks-add-form']) !!}
@la_input($module1, 'task_name') @la_input($module1, 'description')
@la_input($module1, 'assigned_to') @la_input($module1, 'eta')
@la_input($module1, 'status')
@foreach ($tasks_detail as $tasks)

{{$tasks->task_name}} Tasks

@endforeach @endla_access @endsection @push('styles') @endpush @push('scripts') @endpush