@extends('layouts.user') @section('title', 'Forex Bots - StarHela') @section('page-title', 'Forex Bots') @section('breadcrumb-current', 'Forex Bots') @section('content')
Forex Bots
@if(session('success'))
{{ session('success') }}
@endif

Forex Bots content will be displayed here.

@endsection