@extends('layouts.acc_layout') @section('Auto Voucher Settings', '| '. $pageTitle) @section('stylesheets') @endsection @section('content')
{{ $pageTitle }}
{{-- Table --}}
@foreach($fpAvMaster as $item) @endforeach
#SL Project Project Type Voucher Type Action
{{ ++$loop->index }} {{ $mProject->find($item->project_id_fk)->name ?? '' }} {{ $mProjectType->find($item->project_type_id_fk)->name ?? '' }} {{ $mAddVoucherType->find($item->voucher_type_id_fk)->name ?? '' }} {!! Form::open(['method' => 'post', 'url' => route('finalPaymentAutoVoucherMasterConfiguration.destroy',$item->id), "onsubmit" => "return confirmDelete()",'style'=>'display: inline-block;']) !!} {!! Form::close() !!}
{{-- ./panel-body --}}
{{-- ./col-md-12 --}}
{{-- .row --}}
{{-- ./panel-body --}}
{{-- ./panel --}}
{{-- ./col-md-10 --}}
@endsection @section('script') @endsection