@extends('layouts/contentLayoutMaster') @section('title', 'Payment Details') @section('vendor-style') {{-- vendor css files --}} @endsection @section('content') @if ($message = Session::get('success')) {{ $message }} @endif {{-- Payment Calculation: {{ $from }} to {{ $to }} --}} @if ($price_type == 'fixed') Fixed Price Payment Calculation: {{ $from }} to {{ $to }} @elseif ($price_type == 'variable') Variable Price Payment Calculation: {{ $from }} to {{ $to }} @else Vendors Payment Calculation: {{ $from }} to {{ $to }} @endif Vendor Code Vendor Total Fixed Price Total Variable Price Total Expense Price Remaining Dues Deductions Additions Total Payable Amount {{-- Total Amount (Without Expenses) --}} Calculated Amount Amount to be Paid Amount Paid Actions @endsection @section('vendor-script') {{-- vendor files table data --}} @endsection @section('page-script') @endsection