@extends('layouts.acc_layout') @section('title', '| Rent Auto Voucher List') @section('content')
Rent Auto Voucher List
{!! Form::open(array('url' => '','id'=>'entryForm', 'role' => 'form', 'class'=>'form-horizontal form-groups')) !!} {{-- Table --}}
{{-- --}} {{-- --}} @foreach ($scheduleMonthYear as $key => $monthYear) @php $rentVoucherData = $rentVoucher[explode('-', $key)[0]] ?? null; @endphp @if (!empty($rentVoucherData)) {{-- --}} {{-- --}} @endif @endforeach
#SL Branch Project Project Type Rnet MonthCompanyRent Type Rent AmountAdjustment AmuntAction
{{ ++$no }} {{ $rentVoucherData->branchCodeWith0 }} - {{ $rentVoucherData->branchName }} {{ $rentVoucherData->projectCode }} - {{ $rentVoucherData->projectName }} {{ $rentVoucherData->projectTypeCode }} - {{ $rentVoucherData->projectTypeName }} {{ $monthYear }}{{ $rentVoucherData->companyName }}{{ $rentVoucherData->rentType }} {{ number_format($rentVoucherData->rentAmount) }}{{ number_format($rentVoucherData->monthlyAdvanceDeductionAmount) }} @if(Auth::user()->branchId == 1) @else @endif
{!! Form::close() !!}
{{-- ./panel-body --}}
{{-- ./col-md-12 --}}
{{-- .row --}}
{{-- ./panel-body --}}
{{-- ./panel --}}
{{-- ./col-md-10 --}}
@endsection