@extends('layouts/default') @php $helpText = trans('help.depreciations'); $helpPosition = 'right'; @endphp {{-- Page title --}} @section('title') @if ($item->id) {{ trans('admin/depreciations/general.update') }} @else {{ trans('admin/depreciations/general.create') }} @endif @parent @stop {{-- Page content --}} @section('content') {{-- Depreciation minimum: an input plus an "amount / percent" select on the same row. Uses 's so the label, error placement, and grid still come from the row wrapper; only the input area itself is hand-authored. --}}
@stop