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

Forex Lessons content will be displayed here.

@endsection