@extends('layouts.app') @section('content')

Payment Setup|Payment Setup

@include('flash::message')
@if(count($payment_setup)>0) @foreach ($payment_setup as $key=>$tole) @endforeach @else @endif
ID Payment Cut-off Amount Type Amount Type Amount Created date Action
{{ $tole->id }} {{ $tole->cutoff_amount }} {{ $tole->type }} {{ $tole->amount_type }} {{ $tole->amount }} {{ $tole->created }}
No record found!
{{$payment_setup->links()}}
@endsection