@extends('layouts/default') {{-- Page title --}} @section('title') {{ trans('admin/users/general.view_user', array('name' => $user->present()->fullName())) }} @parent @stop {{-- Page content --}} @section('content')
@stop @section('moar_scripts') @include ('partials.bootstrap-table', ['simple_view' => true]) @stop