@extends('layouts.dashboard') @section('content')
@include('flash_msg')
@csrf
{{ Session::get('currencies') }}
@endsection