@extends('layouts.panel') @section('title', $title) @push('css') @endpush @section('breadcrumb') @endsection @section('content') @slot('title') @lang('User Details') @endslot {{ __('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
{{ $user->name }}
{{ $user->email }}
{{ formatDate($user->date_of_birth) }} ({{ getAge($user->date_of_birth) }} {{ __('years') }})
{{ $user->address }}, {{ $user->city }}, {{ $user->state }},