@extends('adminlte::page') @section('title', 'Currencies') @section('content_header')
| ID | Name | Code | Symbol | Primary | Status | Sort Order | Created | Actions |
|---|---|---|---|---|---|---|---|---|
| {{ $currency->id }} |
{{ $currency->name }}
|
{{ $currency->code }} | {{ $currency->symbol }} | @if($currency->is_primary) Primary @else @endif | {{ $currency->is_active ? 'Active' : 'Inactive' }} | {{ $currency->sort_order }} | {{ $currency->created_at->format('d M Y') }} | |