@extends('layouts.header') @section('content')

Role

@foreach($currencie as $v) @endforeach
ID Currency Code Currency Name Exchange Rate Status Display Default Edit
{{$v->id}} {{$v->currency_code}} {{$v->currency_name}} {{$v->exchange_rate_static}} {{$v->status}}
@endsection