@extends('layouts.user') {{-- Web site Title --}} @section('title') {{ $title }} @stop {{-- Content --}} @section('content')

gamepad {{ $title }}

{{ trans('table.id') }} {{ trans('category.name') }} {{ trans('table.actions') }}
@stop {{-- Scripts --}} @section('scripts') @if(isset($type)) @endif @stop