@extends('layout.master') @section('parentPageTitle', 'Users') @section('title', 'Users') @section('content')
@include('users.nav')
@include('users.show_fields')
@include('users..score_history.user_scores_table')
@include('users..mood_history.user_moods_table')
@stop