@extends('admin.master_layout') @section('contant') @push('scripts') @endpush
All Currency
Total Currency: {{$currency->count();}}
@csrf
 All Currency   
@php @endphp @foreach($currency as $currencies) @endforeach
SL Image Country Code Currency Rete Actions
{{$loop->iteration}} Currency {{$currencies->country}} {{$currencies->currency_code}}
Express Rate
{{$currencies->express_rate}}
Normal Rate
{{$currencies->normal_rate}}
Edit
@push('js_scripts') @endpush @endsection