@extends('layout.master') @section('pageTitle') Pawnshop Management System @endsection @section('metaCSRF') @endsection @section('contents')

Incentives

Incentive List

@if(isset($rates)) @foreach($rates as $rate) @endforeach @endif
Code Type Category Amnt From Amnt To Value
{{$rate['ratecode']}} {{$rate['rategroup']}} {{$rate['ratetype']}} {{$rate['description']}} {{$rate['value']}}
Rate Code Group Type Description Value
@endsection @section('js') @endsection