@if ($message = Session::get('success'))
@if ($currencies->hasPages())
{{ $message }}
@endif
Currency List
| Code | Name | Symbol | Decimal Places | Status | Actions |
|---|---|---|---|---|---|
| {{ $currency->code }} | {{ $currency->name }} | {{ $currency->symbol }} | {{ $currency->decimal_places }} | @if ($currency->is_active) Active @else Inactive @endif | |
| No currencies found. Create one | |||||
{{ $currencies->links() }}
@endif