@extends('layouts.public_layout') @section('title', $title) @section('content')

{!! $title !!}


@if (strlen($msg) > 0) @endif
@csrf
@error('iqa_date') {{ $errors->first('iqa_date') }} @enderror
@error('iqa_start') {{ $errors->first('iqa_start') }} @enderror
@error('iqa_end') {{ $errors->first('iqa_end') }} @enderror
@error('user_id') {{ $errors->first('user_id') }} @enderror
@error('fu_id') {{ $errors->first('fu_id') }} @enderror

@endsection