@extends('layouts.app') @section('content') @php use Carbon\Carbon; @endphp
@include('navbar')
@include('partials.live-panel')
@include('partials.pertandingan-scripts') @include('footer') @endsection