@extends('layouts/default') {{-- Page title --}} @section('title') {{ trans('general.assets_in_var', ['name'=> $category->name, 'type' => trans('general.category')]) }} @parent @stop @section('header_right') {{ trans('general.back') }}
@stop {{-- Page content --}} @section('content')
@stop @section('moar_scripts') @include ('partials.bootstrap-table') @stop