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

Aviator content will be displayed here.

@endsection