@extends('themes.admin.'.setting('active_admin_theme').'.layouts.default') @section('content') @push('custom-css') @endpush

Show Currencies

@foreach(\App\Models\Currency::get() as $object) @endforeach
ID Name Signature Symbol Position
{{$object->id}} {{$object->name}} {{$object->signature}} {{$object->symbol}} {{$object->symbol_position}}
@push('custom-js') @endpush @endsection