@extends('admin.layout.master') @section('content') @section('client', 'active') @push('styles') @endpush @section('title', 'Details')
Admin

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

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

{{--

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

--}}

  • Country
    @if (!empty($client)) {{ $client->country }} @endif
  • Mobile No
    @if (!empty($client)) {{ $client->mobile_no }} @endif
  • Created at
    @if (!empty($client)) {{ $client->created_at }} @endif
  • Updated at
    @if (!empty($client)) {{ $client->updated_at }} @endif
  • Last Login
@csrf
Full Name
Email
Mobile No
Country
Image
{{--
Project Status

Web Design

Website Markup

One Page

Mobile Template

Backend API

--}}
@endsection @section('script') @endsection