@extends('layouts/layoutMaster') @section('title', 'Customer Profile') @section('vendor-style') @endsection @section('page-style') @endsection @section('vendor-script') @endsection @section('page-script') @endsection @section('content')

Customer Profile

@include('notifications')
About
  • First Name: {{$customer->first_name}} {{$customer->last_name}}
  • Last Name: {{$customer->last_name}}
  • NRC: {{$customer->nrc}}
  • Gender: {{$customer->gender}}
  • Username: {{$customer->user->username}}
Contacts
  • Contact: {{$customer->phone_number}}
  • Email: {{$customer->email}}

Overview

  • Total Played Games: {{$customer->user->account->total_played_games}}
  • Current Pending Tickets: {{$customer->user->pendingTickets->count()}}
  • Total Played Amount: ZMW {{$customer->user->account->total_played_amount}}
  • Total Won Games: ZMW {{$customer->user->account->total_won_games}}
  • Current Balance: ZMW {{$customer->user->account->current_balance}}
Game Type Game Date Amount Paid Status Action
@include('_partials/_modals/customers/modal-float-manager') @include('_partials/_modals/customers/modal-reset-pin') @endsection