@extends('layouts.user') @section('page-title', 'Customer Details') @section('page-title-body', 'Customer Details') @section('active-link-5', 'active-link') @section('main-theme')

Customer Details

Customer Name

{{$customer->name}}

Phone Number

{{$customer->phone_number}}

Relative Phone Number

{{$customer->relative_number}}

Email Address

{{$customer->email}}

Customer Code

CCID/{{$customer->id}}

Join At

{{ date_format(date_create($customer->created_at), 'd M, Y H:i:s') }}
@endsection @push('scripts') @endpush