@extends('back_office.layouts.app') @section('content')
@if ($user->avatar) profile_image @else profile_image @endif
{{ $user->name }}

Email: {{ $user->email }}

Phone Number: {{ $user->phone }}

Cash Payment: {{ $user->cash_payment_flag == 0 ? 'Deactive' : 'Active' }}

@if ($user->created_at)

Account Created At: {{ $user->created_at->format('d-m-Y') }}

@endif
Car Info
{{-- Car Info --}}
{{-- Address Info --}}
{{-- Subscription info --}}
{{-- Wash info --}}
{{-- --}}
@endsection @push('scripts') @endpush