@extends('layouts/default') {{-- Page title --}} @section('title') {{ trans('admin/hardware/general.view') }} {{ $asset->asset_tag }} @parent @stop {{-- Right header --}} @section('header_right') @can('manage', \App\Models\Asset::class) @endcan @stop {{-- Page content --}} @section('content')
@stop @section('moar_scripts') @stop