@extends('layouts.app') @section('title', __('currency.create')) @section('content')
@include('layouts.session')
{{ __('currency.details') }}
{{-- CSRF Protection --}} @csrf @method('POST')
Click here for
Currency code (ISO 4217)
use only
3 letters
.
{{ __('currency.set_as_company_currency') }}
@endsection @section('js') @endsection