@extends('layouts/default') {{-- Page title --}} @section('title') {{ trans('general.accessories') }} @parent @stop @section('header_right') @can('create', \App\Models\Accessory::class) {{ trans('general.create') }} @endcan @stop {{-- Page content --}} @section('content')