@extends('layouts.backend') @section('content')

Payment Contact Details

  • Full Name: {{ $customer->payment_first_name . ' ' . $customer->payment_last_name }}
  • Contact Phone Number: {{ $customer->payment_contact_telephone }}
  • Contact Email: {{ $customer->payment_contact_email }}

Financial Details

  • Currency:
  • Payment type:
    payment_type == 'ppo') checked="checked" @endif />
    payment_type == 'credit') checked="checked" @endif />
@endsection