@extends('employer.layouts.app') @section('content') @component('employer.layouts.partials.breadcrumbs', ['breadcrumbs' => $breadcrumbs]) @endcomponent
Create Meeting
@csrf
{{ $errors->first('name') }}
{{ $errors->first('location') }}
{{ $errors->first('date') }}
{{ $errors->first('start_time') }}
{{ $errors->first('end_time') }}
{{ $errors->first('agenda') }}
{{ $errors->first('user') }}
{{--
{{ $errors->first('user') }}
--}}
@endsection @push('custom_js') @endpush