@extends('layouts.app') @section('title', 'Create Housekeeping Inspection') @section('content')
Back

Create Housekeeping Inspection

@csrf

Inspection Information

@error('inspection_date')

{{ $message }}

@enderror
@error('location')

{{ $message }}

@enderror
@error('inspected_by')

{{ $message }}

@enderror
@error('status')

{{ $message }}

@enderror
Cancel
@endsection