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

{{ $lims_supplier_data->name ?? '-' }}

Supplier

Company: {{ $lims_supplier_data->company_name ?? '-' }}

Phone: {{ $lims_supplier_data->phone_number ?? '-' }}

Address: {{ $lims_supplier_data->address ?? '-' }}
City: {{ $lims_supplier_data->city ?? '-' }}
Country: {{ $lims_supplier_data->country ?? '-' }}

Opening Balance
{{ number_format($opening_balance, 2) }}
Total Purchase
{{ number_format($total_purchase, 2) }}
Total Paid
{{ number_format($total_paid, 2) }}
Balance Due
{{ number_format($balance_due, 2) }}
{{ __('db.date') }} Type {{ __('db.reference') }} Debit Credit Balance
{{ __('db.date') }} {{ __('db.reference') }} {{ __('db.Warehouse') }} {{ __('db.Purchase Status') }} {{ __('db.Payment Status') }} {{ __('db.grand total') }} {{ __('db.Paid Amount') }} {{ __('db.Due') }} {{ __('db.action') }}
{{ __('db.date') }} {{ __('db.reference') }} {{ __('db.Amount') }} {{ __('db.Payment Method') }} {{ __('db.Payment At') }}
@endsection @push('scripts') @endpush