@extends('layouts.compact_menu') {{-- Page title --}} @section('title') View Users @parent @stop @section('content')
@include('flash::message')
@include('users.show_fields')
Back
@endsection