@extends('layouts.admin') @section('styles') @endsection @section('content')

{{ __('Currencies') }}

@include('includes.admin.form-success')

{{ __('Base Currency') }}

({{ __('Base currency for all calculations made in the store') }})

{{ __('Name') }} {{ __('Description') }} {{ __('Value') }}

{{ __('Other Currencies') }}

({{ __('Currencies used for quotation and conversions') }})

{{ __('Name') }} ({{ __('ISO Currency Code') }}) {{ __('Description') }} {{ __('Quotation') }} {{ __('Parity') }}
{{-- ADD / EDIT MODAL --}} {{-- ADD / EDIT MODAL ENDS --}} {{-- DELETE MODAL --}} {{-- DELETE MODAL ENDS --}} @endsection @section('scripts') @endsection