@extends('admin.include.main') @section('content')
Manage Installment for Account
@csrf
@foreach($installment as $per) @endforeach
S.No Installment type Status Action
{{$loop->index+1}} {{$per->name}} @if ($per->status) @else @endif Delete
@endsection