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

View Results

@if(session()->has('success'))
{{ session()->get('success') }}
@endif
@csrf
Select Category for all Below actions

Select Event,Division,Group.Print empty score sheet
Select Event,Category,Gender.Print Certificate sheet
Click to View Division Leaderboard.
Click to View All Around Result.
@endsection {{-- Styles Section --}} @section('styles') @endsection {{-- Scripts Section --}} @section('scripts') {{-- vendors --}} {{-- page scripts --}}