FTS Form Today

Fill in the data below.

@csrf
Username field is valid!
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
Labor ID field is valid!
@if ($errors->has('labor_id'))
{{ $errors->first('labor_id') }}
@endif
You selected a Request Type!
@if ($errors->has('type'))
{{ $errors->first('type') }}
@endif
Note field is valid!
@if (session('success'))
{{ session('success') }}
@endif