@extends('layouts.master') @section('title', __('Currency Setting')) @push('styles') @endpush @section('content')
@can('currency-list')
@endcan @can('deposit-option-list')
@endcan @can('guideline-list')
@endcan @can('deposit-address-view')
@endcan @can('withdrawal-euro-limit-view')
@endcan @can('hide-deposit-button-view')
@endcan @can('limocoin-setting-view')
@endcan
@endsection @push('scripts') @endpush