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