@extends('layouts.business.master') @section('title') {{ __('Sales List') }} @endsection @section('main_content')
{{ __('items show') }}
|
|
@endusercan
{{ __('SL') }}. | {{ __('Date') }} | @if(auth()->user()->accessToMultiBranch()){{ __('Branch') }} | @endif{{ __('Invoice No') }} | {{ __('Party Name') }} | {{ __('Total') }} | {{ __('Discount') }} | {{ __('Paid') }} | {{ __('Due') }} | {{ __('Payment') }} | {{ __('Status') }} | {{ __('Action') }} |
|---|