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

Checkers content will be displayed here.

@endsection