@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 only3 letters.
@endsection @section('js') @endsection