@extends('layouts/default') {{-- Page title --}} @section('title') {{ trans('admin/hardware/general.view') }} {{ $asset->asset_tag }} @parent @stop {{-- Right header --}} @section('header_right') @stop {{-- Page content --}} @section('content')
@section('moar_scripts') @stop @stop