@extends('user.layouts.master')
@section('title', __('unlimited'))
@section('contents')
 }})
{{--
--}}
{{--
--}}
{{--
--}}
@if (auth()->user()->user_image)
@php
$image = explode('/', auth()->user()->user_image);
@endphp
 . '/' . end($image)) }})
@else
 }})
@endif
{{ auth()->user()->name }}
{{--
-
{{ auth()->user()->city }} {{ auth()->user()->state }},
{{ auth()->user()->country }}
-
@if (auth()->check() && !empty(auth()->user()->created_at))
{{ auth()->user()->created_at->format('M d, Y') }}
@else
N/A
@endif
--}}
@if (session('success'))
{{ session('success') }}
@endif
@if (session('error'))
{{ session('error') }}
@endif
@endsection