@extends('layouts.app') @section('title', __('app.user')) @section('breadcrumb') @endsection @section('content')
@include('flash-message')

{{ __('app.user_data') }}

: {{ $record->name }}
: {{ $record->email }}
@endsection