@extends('backend.layout.main') @section('content')
{{__('db.Customer Group')}}
{{__('db.Customer Details')}}
{{__('db.Discount Plan')}}
{{__('db.Reward Points')}}
{{__('db.Deposited Balance')}}
{{__('db.Total Due')}}
@foreach($custom_fields as $fieldName)
{{$fieldName}}
@endforeach
{{__('db.action')}}