@extends('layouts.back-end.app') @section('title', \App\CPU\translate('Update Currency')) @push('css_or_js') @endpush @section('content') @php($currency_model=\App\CPU\Helpers::get_business_settings('currency_model'))
{{\App\CPU\translate('Update Currency')}}
@csrf
@if($currency_model=='multi_currency')
@endif
@endsection @push('script') @endpush