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