@extends('layouts.app') @section('title', 'Edit Inspeksi') @section('page-title', 'Edit Data Inspeksi') @section('content')
Form Edit Inspeksi
@csrf @method('PUT') {{-- Branch --}}
@error('branch')
{{ $message }}
@enderror
{{-- Tanggal & Waktu Inspeksi --}}
@error('tanggal_inspeksi')
{{ $message }}
@enderror
{{-- Status --}}
@error('status')
{{ $message }}
@enderror
{{-- Tombol --}}
Batal
@endsection