@extends('adminlayout.dashadmin') @section('content')
{{--
Add Sale Add Purchase Add Expences
--}}

From :

to

Paid

7900.00

Unpaid

7900.00

=
Total amt.

7900.00

Transactions

@foreach($orders as $data) @endforeach
Date Invoice Party Name Transaction type Payment Type Amount Balance Status Action
{{date('d M Y', strtotime($data->bill_date))}} {{$data->invoice_number}} {{$data->party_name}} {{$data->payment_type}} {{$data->payment_type}} {{$data->grand_total_price}} {{$data->grand_total_price}}
@endsection