@extends('layouts/default') {{-- Page title --}} @section('title') {{ $accessory->name }} {{ trans('general.accessory') }} @parent @stop {{-- Right header --}} @section('header_right') @stop {{-- Page content --}} @section('content')
{{ trans('general.user') }} {{ trans('table.actions') }}

{{ trans('admin/accessories/general.about_accessories_title') }}

{{ trans('admin/accessories/general.about_accessories_text') }}

@section('moar_scripts') @stop @stop