@extends('layouts/pos_layout') @section('title', '| Installment Package List') @section('content') @include('successMsg')

Installment Package LIST

{{ csrf_field() }} @if (!empty($installmentPackages)) @foreach ($installmentPackages as $installmentPackage) @endforeach @endif
SL# Installment Type Profit(%) Action
{{ ++$no }} {{ $installmentPackage->month }} ({{ $installmentPackage->installment_type }}) {{ $installmentPackage->profit }}  
@include('dataTableScript') @endsection