Currency Conversion

@if (session('error'))
Error! {{ session('error') }}
@endif
Add New Currency Conversion
@if ($errors->has('from_currency')) {{ $errors->first('from_currency') }} @endif
@csrf
@error('fromcurrency')
Please select a valid From Currency
@enderror
@error('tocurrency')
Please select a valid To Currency
@enderror
@error('label')
Please enter a valid Conversion Rate.
@enderror
@error('status')
Please enter a status.
@enderror
loader