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

Create Inspection Schedule

@csrf

Basic Information

@error('title')

{{ $message }}

@enderror
@error('frequency')

{{ $message }}

@enderror
@error('start_date')

{{ $message }}

@enderror
@error('next_inspection_date')

{{ $message }}

@enderror
Cancel
@push('scripts') @endpush @endsection