@extends('backend.layout.main') @section('content') @if(session()->has('not_permitted'))
{{ session()->get('not_permitted') }}
@endif @if(session()->has('message'))
{{ session()->get('message') }}
@endif

{{trans('file.welcome')}} {{Auth::user()->name}}

@if($customer->points)

{{trans('file.Reward Points')}}: {{$customer->points}}

{{trans('file.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)
{{trans('file.date')}} {{trans('file.reference')}} {{trans('file.Biller')}} {{trans('file.Warehouse')}} {{trans('file.Sale Status')}} {{trans('file.Payment Status')}} {{trans('file.grand total')}} {{trans('file.Paid')}} {{trans('file.Due')}} {{trans('file.action')}}