@extends('layouts.user') @section('title', 'Betting Tips - StarHela') @section('page-title', 'Fixed Bets') @section('breadcrumb-current', 'Fixed Bets') @section('content')
Fixed Bets
@if(session('success'))
{{ session('success') }}
@endif

Fixed Bets content will be displayed here.

@endsection