@extends('Admin.layouts.App') @section('content')

User Details

@if(!empty($user->name)) @else - @endif @if(!empty($user->phone)) @else - @endif @if(!empty($user->balance)) @else - @endif @if(!empty($user->created_at)) @else - @endif
User Name:{{ $user->name }}
Phone No:{{ $user->phone }}
Balance:{{ $user->balance }}
Created At:{{ $user->created_at->format('Y-m-d') }}
@endsection