@extends('layouts.app') @section('title') Generate Reversal Voucher @stop @section('breadcrumb') @stop @section('css') @endsection @section('content')
Make Reversal Voucher

{{csrf_field()}} Voucher Type @if($entries[0]->voucher_type == \App\GeneralJournalEntry::CPV) CRV     @else CRV     @endif @if($entries[0]->voucher_type == \App\GeneralJournalEntry::BPV) BRV     @else BRV     @endif @if($entries[0]->voucher_type == \App\GeneralJournalEntry::CRV) CPV     @else CPV     @endif @if($entries[0]->voucher_type == \App\GeneralJournalEntry::BRV) BPV     @else BPV     @endif @if($entries[0]->voucher_type == \App\GeneralJournalEntry::JV) JV     @else JV     @endif

DATE   
  ADJUSTING ENTRY



@foreach($entries as $entry) @endforeach
ACCOUNT DEBIT CREDIT NAME
{{$entry->amount < 0 ? abs($entry->amount) : 0}} {{$entry->amount > 0 ? abs($entry->amount) : 0}}
0 0
0 0
0 0
0 0
0 0
Totals 0 0
Description :   
@stop @section('js') @stop