@extends('layouts.master') @section('content')
| S.No | Name | Rate | Amount Type | Date | Action |
|---|---|---|---|---|---|
| {{ $key + 1 }} | {{ $pre->name }} | {{ number_format($pre->rate, 2) }} @if ($pre->amount_type == 'percentage') % @endif | {{ $pre->amount_type }} | {{ $pre->created_at }} | @can('General Preferences edit') Edit @endcan |
| S.No | Name | Rate | Amount Type | Date | Action |