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

From :

to

Sale List

@foreach($orders as $data) @endforeach
Date Invoice Party Name Party Type Payment Type Amount Gst Total Amount Paid Amount Action
{{date('d M Y', strtotime($data->bill_date))}} {{$data->invoice_number}} {{$data->username}} {{ $usertypes }} {{$data->payment_type}} {{$data->total_price}} {{$data->gst}} {{$data->grand_total_price}} {{$data->paid_amount}}
@if(isMobile()) @else @endif
@endsection