@extends('layouts/layoutMaster') @section('title', 'Create Open Trade') @section('vendor-style') @endsection @section('page-style') @endsection @section('vendor-script') @endsection @section('page-script') @endsection @section('content')
Create Open Trade
@csrf

Market Execution

@if (isset($gettick['status']) && $gettick['status'] == 'success' && !empty($gettick['response'])) @foreach ($gettick['response'] as $product) {{ $product['Bid'] }} / {{ $product['Ask'] }} @endforeach @endif {{-- Loading... / Loading... --}}

Notice! At order by market execution, the price will be quoted by dealer.

@endsection