@extends('backend.layouts.app') @section('content')
@include('backend.sales.order_list')
{{--
--}}
{{--
--}}
@if (Auth::user()->hasPermission('sales.orders.download-pdf')) @endif @if (Auth::user()->hasPermission('sales.orders.create')) Add New Order @endif
Total Amount: {{ number_format($selected_order->sub_total ?? 0, 2) }}
Paid Amount:
Pending Amount: {{ number_format($PendingPaymentAmount, 2) }}
{{--
--}}
@endsection @section('javascript') @endsection