@extends('website.layout') @section('title', 'Index') @section('content')
{{ $response->rating }}.0
{{ $response->name }}
{{ $response->introduction }}
Open an account

Your capital is at risk

Minimum Deposit
${{ $response->min_deposit }}
Year Established
{{ $response->year_established }}
Regulation
@foreach ($response->regulations as $index => $regulation) {{ $regulation->name }}@if ($index < count($response->regulations) - 1) {{ ',' }} @endif @endforeach
Leverage
{{ $response->leverage }}
Country
{{ $response->country }}
Tools
{{ $response->tools }}
Segregated Account
{{ $response->segregated_account }}
Free Education
{{ $response->free_education }}
Swap Free
{{ $response->swap_free }}
Social Trading
{{ $response->social_trading }}
Deposit/Withdrawal
{{ $response->deposit_withdrawal_method }}
Pros
    @foreach ($response->pros as $pro)
  • {{ $pro->text }}
  • @endforeach
Cons
    @foreach ($response->cons as $con)
  • {{ $con->text }}
  • @endforeach
@foreach($response->headings as $heading) {!! $heading->description !!} @endforeach
@if ($response->video_link)
@endif
FAQ's
@foreach ($response->faqs as $faq)

{!! $faq->description !!}
@endforeach
@include('website.partials.footer') @endsection