@extends('layouts.master') @section('css') @endsection @section('title') Payment @endsection @section('content')

Payment Register

Import Monthly Report @if (Auth::user()->company_profile->transfer_business_key != null) @endif @if (Auth::user()->company != null ? Auth::user()->company->software_type == 'mop' : Auth::user()->staff->company->software_type == 'mop') Vendor Import @endif @if (Auth::user()->company != null ? Auth::user()->company->delete_ac_voucher == 1 : Auth::user()->staff->company->delete_ac_voucher == 1) @endif Add Payment
@if (Session::has('success')) @elseif(Session::has('error')) @endif
get('from_date')) value="{{ app('request')->get('from_date') }}" @else @if ($reportSettings == 1) value="{{ date('Y-m-d') }}" @endif @endif name="from_date" id="from_date">
get('to_date')) value="{{ app('request')->get('to_date') }}" @else @if ($reportSettings == 1) value="{{ date('Y-m-d') }}" @endif @endif name="to_date" id="to_date">
SN Voucher Date Voucher Number Voucher Type Party (Dr) Account (Cr) Amount Remarks Status Action
Total
{{-- Print Modal --}} {{-- Track Modal --}} {{-- Import Modal --}} {{-- Export Json Modal --}} {{-- Import Normal Journal Modal --}} {{-- Transfer Modal --}} @include('admin.common.delete-modal') @endsection @section('script') @include('admin.common.delete') @endsection