{{-- Extends layout --}} @extends('layout.default') {{-- Content --}} @section('content')

View Results

@if(session()->has('success'))
{{ session()->get('success') }}
@endif
@csrf
Select Event,Category,Gender.Print empty sign sheet
 
Select Event,Category,Gender.Print empty score sheet
 
Click to View Leaderboard.
 
Click to View All Around Result.
 
Team Championship
 
Use this page print complete results.
@endsection {{-- Styles Section --}} @section('styles') @endsection {{-- Scripts Section --}} @section('scripts') {{-- vendors --}} {{-- page scripts --}} @endsection