@extends('layouts.app', ['activePage' => 'currency', 'titlePage' => __('Settings')]) @section('content')
@csrf @method('post')

{{ __('Add Currency') }}

@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
@endsection