@extends('layouts.app') @section('content')
@lang('custom.currencies.currency_layer_message', ['url' => 'https://currencylayer.com', 'settings_url' => 'here'])
{{ $errors->first('name') }}
@endif{{ $errors->first('symbol') }}
@endif{{ $errors->first('code') }}
@endif{{ $errors->first('rate') }}
@endif{{ $errors->first('status') }}
@endif{{ $errors->first('is_default') }}
@endif{{ $errors->first('update_currency_online') }}
@endif