@extends('layouts.app') @section('title') {{ __('messages.dashboard') }} @endsection @section('content')
{{ Form::hidden('currency', getCurrencySymbol(),['id' => 'currency']) }} {{ Form::hidden('currency_position', superAdminCurrencyPosition(),['id' => 'currency_position']) }} @endsection