@extends('layouts.business.master') @section('title') {{ __('Sale Return Reports') }} @endsection @section('main_content')
{{ __('Total Sale Return') }}
{{ currency_format($total_sale_return, currency: business_currency()) }}
| {{ __('SL') }}. | @if(auth()->user()->accessToMultiBranch()){{ __('Branch') }} | @endif{{ __('Invoice No') }} | {{ __('Date') }} | {{ __('Name') }} | {{ __('Total') }} | {{ __('Paid') }} | {{ __('Return Amount') }} |
|---|