@extends('layouts.app') @section('title', $type == 'schedule' ? 'Schedule Maintenance' : 'Record Maintenance Log') @section('content')

{{ $type == 'schedule' ? 'Schedule Preventive Maintenance' : 'Record Maintenance Log / Repair' }}

@csrf @if($type == 'schedule') @endif
@if($type == 'schedule')
@else
Leave empty if machine is still down.
$
@endif
Cancel
@endsection