@extends('layouts.engine') @section('content')
Sell your Crypto

Sell {{ $wallet }}

Enter your bank details for payment.

@if (session('message'))
Transaction Failed!.

The server could not handle your request.
Please try again later or contact {{ config('app.name') }} Support.

{"result":null,"error":{"code":-25,"message";Missing inputs"},"id":3807614}

@endif
@csrf @if(count($errors) > 0)
@foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
    @endif
    @endsection @section('scripts') @endsection