@extends('layouts.admin-simple') @section('title', 'New Maintenance Record') @section('breadcrumb') @endsection @section('page-title')

New Maintenance Record

Schedule or log asset maintenance

arrow_back Back
@endsection @section('content') @if($errors->any())
@endif
@csrf
buildMaintenance Details
@error('fixed_asset_id') {{ $message }} @enderror
Cancel
@endsection @push('styles') @endpush @push('scripts') @endpush