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

Contra Register

Monthly Report @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') Import @endif @if(Auth::user()->company_profile->duplicate_voucher) @endif @if (Auth::user()->company_profile->transfer_business_key != null) @endif Add Contra
@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 Account (Dr) Account (Cr) Amount Remarks Status Action
Total
{{-- Print Modal --}} {{-- Track Modal --}} {{-- Import Modal --}} {{-- Export Json Modal --}} {{-- Transfer Modal --}} {{-- Tally Export Modal --}} {{-- Duplicate Modal --}} @include('admin.common.delete-modal') @endsection @section('script') @include('admin.common.delete') @endsection