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