Manage Currency
@can('User create')
Add
Currency
@endcan
Back
ID | Symbol | Base Currency | Status | Set Enable/Disable | Set Base Currency | Actions |
---|---|---|---|---|---|---|
{{ $curr->id }} | {{ $curr->name }} | {{ $curr->is_active ? 'Active' : '' }} | {{ $curr->set_status ? 'Disabled' : 'Enabled' }} | {{ $curr->set_status ? 'Enabled' : 'Disabled' }} | @if($curr->is_active == '0' && $curr->set_status == '0') Set as base currency @endif | @can('User delete') @endcan |