@extends('layouts/default') {{-- Page title --}} @section('title') {{ $model->name }} {{ ($model->model_number) ? '(#'.$model->model_number.')' : '' }} @parent @stop @section('header_right') @can('update', \App\Models\AssetModel::class)
@endcan @stop {{-- Page content --}} @section('content')

{{ trans('general.moreinfo') }}:

@if ($model->image) @endif @if ($model->note) Notes:

{!! $model->present()->note() !!}

@endif
@stop @section('moar_scripts') @include ('partials.bootstrap-table', ['exportFile' => 'manufacturer' . $model->name . '-export', 'search' => false]) @stop