@extends('layouts.master') @section('content')
General Preferences

General Preferences List

@can('Chart of Account list') @endcan
@foreach ($pref as $key => $pre) @endforeach
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 }} Edit
S.No Name Rate Amount Type Date Action
{{-- Edit General Preferences Modal --}} @endsection @push('scripts') @endpush