@extends('layouts/acc_layout') @section('title', '| Rent Auto Voucher Configuration List') @section('content') @include('successMsg')

Rent Auto Voucher Configuration List

@foreach ($rentAutoVoucherConfigs as $rentAutoVoucherConfig) @endforeach
SL# Company Project Project Type Rent Type Effective Date Action
{{ ++$no }} {{ $rentAutoVoucherConfig->companyName }} {{ $rentAutoVoucherConfig->projectCode }} - {{ $rentAutoVoucherConfig->projectName }} {{ $rentAutoVoucherConfig->projectTypeCode }} - {{ $rentAutoVoucherConfig->projectTypeName }} {{ $rentAutoVoucherConfig->rentTypeName }} {{ date ('d-m-Y', strtotime($rentAutoVoucherConfig->effectiveDate)) }}  
@endsection