@extends('employer.layouts.app') @section('content') @component('employer.layouts.partials.breadcrumbs', ['breadcrumbs' => $breadcrumbs]) @endcomponent
Create Event
@csrf
{{--
{{ $errors->first('business') }}
--}} {{--
{{ $errors->first('name') }}
--}} {{--
{{ $errors->first('department') }}
--}} {{-- Athulya 03-11-2024 start--}}
{{ $errors->first('business') }}
{{ $errors->first('branch') }}
{{ $errors->first('department') }}
{{-- Athulya 03-11-2024 end --}}
{{ $errors->first('name') }}
{{ $errors->first('place') }}
{{ $errors->first('start_date') }}
{{ $errors->first('end_date') }}
{{ $errors->first('start_time') }}
{{ $errors->first('end_time') }}
{{ $errors->first('description') }}
@endsection @push('custom_js') @endpush