@extends('layouts/default')
{{-- Page title --}}
@section('title')
{{ trans('general.accessories') }}
@parent
@stop
{{-- Page content --}}
@section('content')
@can('update', \App\Models\Accessory::class)
@endcan
@stop
@section('moar_scripts')
@include ('partials.bootstrap-table')
@stop