@extends('layouts.app') @section('title') {{ __('messages.user.user_details') }} @endsection @section('header_toolbar')

@yield('title')

@endsection @section('content')
@include('users.show_fields')
@endsection