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

Chess content will be displayed here.

@endsection