@extends('layouts.app') @section('content')
{{ __('New currency') }}
@csrf

{{ __('Add New currency') }}

{{ __('Enter the amount in USD (1 USD = your current rate)') }}
@endsection