first commit

This commit is contained in:
franknstayn
2021-07-03 18:39:08 +08:00
commit 5483c9517d
1555 changed files with 417773 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
@extends('layout.main')
@section('content')
<!-- <div class="row">
<div class="col-md-12">
<img src="{{asset('public/images/logo.png')}}" class="" height="100px" />
</div>
</div>
<hr> -->
<div class="row">
<div class="col-md-12">
<h2 style="font-size: 20px; font-weight: bold;">CHOOSE A CATEGORY</h2>
</div>
</div>
<br>
<div class="row">
<div id="div_sportsList">
</div>
</div>
@endsection