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

@yield('title')

@endsection @section('content')
@include('flash::message') @include('users.show_field')
@endsection