@extends('layouts/default') {{-- Page title --}} @section('title') {{ $accessory->name }} {{ trans('general.accessory') }} @if ($accessory->model_number!='') ({{ $accessory->model_number }}) @endif @parent @stop {{-- Right header --}} @section('header_right') @can('manage', \App\Models\Accessory::class) @endcan @stop {{-- Page content --}} @section('content') @stop @section('moar_scripts') @include ('partials.bootstrap-table') @stop