@extends('mla.layouts.app') @section('title', 'Vidhansabha - Create MEETING') @section('content')

Add Meeting

Add Meeting
@csrf
{{ $errors->first('booth')}}
{{ $errors->first('event_name')}}
{{ $errors->first('date_of_event')}}
{{ $errors->first('limit')}}
{{ $errors->first('address')}}
{{ $errors->first('description')}}
@endsection