@extends('layouts.master') @section('title',__('index.payment_currency')) @section('sub_page',__('index.currency_setting')) @section('page') {{__('index.payment_currency')}} @endsection @section('main-content')
@include('admin.section.flash_message')
@csrf
@can('payment_currency')
@endcan
@endsection @section('scripts') @endsection