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

Purchase Return Register

Import Monthly Report @if (Auth::user()->company_profile->transfer_business_key != null) @endif Vendor Import @if (Auth::user()->can('delete ac voucher')) @endif @if (Auth::user()->company != null ? Auth::user()->company->software_type == 'mop' : Auth::user()->staff->company->software_type == 'mop') Vendor Import @endif Add Purchase Return
@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">
Voucher Date Voucher Number Voucher Type Party (Dr) Purchase Return Ledger (Cr) Taxable Value Amount Remarks Status CGST SGST IGST CESS Item Discount Bill Discount Freight Action
Total
{{-- Print Modal --}} {{-- Track Modal --}} {{-- Import Modal --}} {{-- Import Purchase Return Normal Modal --}} {{-- Export Json Modal --}} {{-- Tally Export Modal --}} {{-- Transfer Modal --}} {{-- Import Other Modal --}} @include('admin.common.delete-modal') @endsection @section('script') @include('admin.common.delete') @endsection