@extends('layouts.admin') @push('title', get_phrase('Payment setting')) @push('meta')@endpush @push('css')@endpush @section('content') @php $System_currencies = App\Models\Currency::get(); @endphp
{{ get_phrase('Heads up !!') }} {{ get_phrase('Ensure that the system currency and all active payment gateway currencies are same') }}