@extends('layouts/default')
{{-- Page title --}}
@section('title')
@if ($item->id)
{{ trans('admin/maintenance_types/general.update') }}
@else
{{ trans('admin/maintenance_types/general.create') }}
@endif
@parent
@stop
@section('header_right')
{{ trans('general.back') }}
@stop
{{-- Page content --}}
@section('content')
@stop