@extends('layouts.admin') @section('content')
{{ trans('global.create') }} Maintenance Type
@csrf @include('admin.maintenance_types.form', ['maintenanceType' => null])
@endsection