@extends('layout')
@section('css')
@endsection
@section('content')
{{-- --}}
* Update Kurensi integrasi dengan Vendorbeli
| Kode |
Rate Rupiah |
{{-- Gambar |
Actions | --}}
@if(!$currencies->isEmpty())
@foreach($currencies as $currency)
|
{{ $currency->kode }}
|
Rp {{ ribuan($currency->rate_rupiah) }}
|
{{--
@if ($currency->gambar)
@else
-
@endif
|
| --}}
@endforeach
@else
| Data Kosong |
@endif
{{--
--}}
@endsection
@section('js')
@endsection