@extends('employer.layouts.app') @section('content') @component('employer.layouts.partials.breadcrumbs', ['breadcrumbs' => $breadcrumbs]) @endcomponent
Edit Meeting
@csrf @method('PUT')
{{ $errors->first('name') }}
{{ $errors->first('location') }}
{{ $errors->first('date') }}
{{ $errors->first('start_time') }}
{{ $errors->first('end_time') }}
{{ $errors->first('agenda') }}

@foreach($attendees as $user)
@endforeach
@if($employees->count()>0)
{{ $errors->first('user') }}
@endif
@endsection @push('custom_js') @endpush