JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr @if (Auth::user()->type == 'company') @php $plan = Utility::getChatGPTSettings(); @endphp {{ Form::model($event, ['route' => ['event.update', $event->id], 'method' => 'PUT']) }} {{ Form::close() }} @endif @if (Auth::user()->type == 'employee')
{{ __('Title') }}
{{ $event->title }}
{{ __('Start Date') }}
{{ \Auth::user()->dateFormat($event->start_date) }}
{{ __('End Date') }}
{{ \Auth::user()->dateFormat($event->end_date) }}
{{ __('Description') }}
{{ $event->description }}
@endif @if (Auth::user()->type == 'hr') {{ Form::model($event, ['route' => ['event.update', $event->id], 'method' => 'PUT']) }} {{ Form::close() }} @endif