@extends('admin.layouts.app') @section('title', 'User Detail') @section('page_css') @endsection @section('section')

User Detail

Name {{ $customer->name ?? '' }}
Email {{ $customer->email ?? '' }} Phone {{ $customer->phone ?? '' }}
City {{ $customer->city ?? '' }} State {{ $customer->state ?? '' }}
Country {{ $customer->country ?? '' }} Address {{ $customer->address ?? '' }}
zip {{ $customer->zip ?? '' }} User Details
Profile Image
@endsection @section('script') @endsection