@extends('layouts.app') @section('title', 'New Work Order') @section('nav_maintenance', 'bg-teal-50 text-teal-700 font-semibold') @section('page_title', 'New Work Order') @section('page_subtitle', 'Report a maintenance issue or facility request') @section('content')
Back to Maintenance
@if($errors->any())
    @foreach($errors->all() as $e)
  • {{ $e }}
  • @endforeach
@endif
@csrf {{-- Location type toggle --}}
{{-- Room fields --}}
{{-- Area field --}}
{{-- Category + Priority --}}
{{-- Description --}}
{{-- Reported By --}}
{{-- Actions --}}
Cancel
@endsection