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

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

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

@section('moar_scripts') @stop @stop