@php $addAssetTypePermission = user()->permission('add_assets_type'); @endphp

@lang('asset::app.updateTitle')

@if ($addAssetTypePermission == 'all' || $addAssetTypePermission == 'added') @endif
@if ($asset->status != 'lent')
@foreach(array_diff(array_keys(\Modules\Asset\Entities\Asset::STATUSES),['lent']) as $status) @endforeach
@endif
@lang('app.save') @lang('app.cancel')