Create log

@if($log_types) @endif @if ($errors->has('log_type_id')) {{ $errors->first('log_type_id') }} @endif
Calendar
@if ($errors->has('date')) {{ $errors->first('date') }} @endif
Calendar
@if ($errors->has('time')) {{ $errors->first('time') }} @endif
@if($school && !$school->id)
@if (isset($schools)) @endif @if ($errors->has('selected_school')) {{ $errors->first('selected_school') }} @endif
{{--
--}} @else
@if ($candidate)
{{ $candidate->fullName() }} @else Select Candidate @endif
@if ($candidates)
    @foreach ($candidates as $candidate)
  • {{ $candidate->fullName() }}
  • @endforeach
@endif
@error('candidate') {{ $message }} @enderror
@endif
{{--
--}}
Cancel