@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:')}} @if($general_setting->currency_position == 'prefix') {{$currency->code}} {{$lims_reward_point_setting_data->per_point_amount}} @else {{$lims_reward_point_setting_data->per_point_amount}} {{$currency->code}} @endif

@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')}}