@extends('dashboard.layouts.app') @section('title', trans('admin.currency.edit'). ' - ') @section('speedbar')
@endsection @section('content')

@lang('admin.edit')

@csrf

@lang('admin.all_fields_with')

@error('dollar')
{{ $message }}
@enderror
@error('euro')
{{ $message }}
@enderror
@endsection