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