@extends('layouts.app') @section('content')
{{ csrf_field() }}

{{__("Edit currency")}}

@if($errors->has('currency')) @endif
@if($errors->has('currency_short')) @endif
@endsection