@extends('admin.layout.master') @section('content') @section('client', 'active') @push('styles') @endpush @section('title', 'Details')
@php $user = Auth::guard('admin')->user(); @endphp
@if($user->image) Admin @else Admin @endif

@if (!empty($user)) {{ $user->first_name }} @endif

@if (!empty($user)) {{ $user->last_name }} @endif

@if (!empty($user)) {{ $user->email }} @endif

{{--

@if (!empty($client)) {{$client->country}} @endif

--}}

@csrf
Full Name
Email
Image
@endsection @section('script') @endsection