Currency
| S/N | Name | Currency | Symbol | Status | Action |
|---|---|---|---|---|---|
| {{++$k}}. | {{$val->name}} | {{$val->currency}} | {{$val->symbol}} | @if($val->status==1) Active @else Pending @endif | @if($val->status==0) @endif |
@extends('master') @section('content')
| S/N | Name | Currency | Symbol | Status | Action |
|---|---|---|---|---|---|
| {{++$k}}. | {{$val->name}} | {{$val->currency}} | {{$val->symbol}} | @if($val->status==1) Active @else Pending @endif | @if($val->status==0) @endif |