@extends('layouts.panel') @section('title', $title) @push('css') @endpush @section('breadcrumb') @endsection @section('content') @slot('title')
@lang('User Details')
@endslot
Photo
{{ __('Full Name') }}

{{ $user->name }}

{{ __('Email') }}

{{ $user->email }}

{{ __('Date of Birth') }}

{{ formatDate($user->date_of_birth) }} ({{ getAge($user->date_of_birth) }} {{ __('years') }})

{{ __('Address') }}

{{ $user->address }}, {{ $user->city }}, {{ $user->state }},

@endsection @push('js') @endpush