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

Edit Inspection

@csrf @method('PUT')

Basic Information

@error('title')

{{ $message }}

@enderror
@error('inspection_date')

{{ $message }}

@enderror
@error('location')

{{ $message }}

@enderror
@error('overall_status')

{{ $message }}

@enderror

Follow-up

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