@extends('backend.layout.main') @section('content')

{{__('db.welcome')}} {{Auth::user()->name}}

@if($customer->points)

{{__('db.Reward Points')}}: {{$customer->points}}

{{__('db.One Point is Equivalent to:')}} {{format_currency($lims_reward_point_setting_data->per_point_amount)}}

@endif
@foreach($lims_sale_data as $key => $sale)
{{__('db.date')}} {{__('db.reference')}} {{__('db.Biller')}} {{__('db.Warehouse')}} {{__('db.Sale Status')}} {{__('db.Payment Status')}} {{__('db.grand total')}} {{__('db.Paid')}} {{__('db.Due')}} {{__('db.action')}}