update 7_11_2019

This commit is contained in:
Frank John Begornia
2019-07-11 21:50:00 +08:00
parent c8309e7d3f
commit e60bb3baf8
19 changed files with 294 additions and 230 deletions

View File

@@ -2,19 +2,18 @@
@section('content')
<div class="row">
<div class="col-md-12">
<h1>Category for {{ $array_sports[0]->SportsName }} </h1>
<h2 style="font-size: 20px; font-weight: bold; ">CHOOSE PRODUCT</h2>
</div>
</div>
<div class="row">
<div class="col-md-12" >
<ul class="breadcrumb">
<li class=""><a href="{{url()}}">Home</a></li>
<li class="active"> Category</li>
<li class="active"> {{ $array_sports[0]->SportsName }} </li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-12">
@if(!empty($row))
@foreach ($row as $r)
<div class="col-md-3 col-sm-6 col-xs-12 list-sport">
@@ -33,6 +32,5 @@
<h3 class="no-record no-record">No Record Found.</h3>
</div>
@endif
</div>
</div>
@endsection