@extends('admin.layout')
@section('content')
# |
Name |
ISO Code |
Dial Code |
Currency |
Symbol left |
Symbol right |
Currency Value |
Status |
Actions |
@foreach($country as $item)
{{ $loop->iteration }} |
{{ $item->name }} |
{{ $item->iso }} |
{{ $item->dial }} |
{{ $item->currency }} |
{{ $item->symbol_left }} |
{{ $item->symbol_right }} |
{{ $item->value }} |
{{ $item->allow_zone }} |
|
@endforeach
@endsection