Results Create
@include('layouts.admin.alerts')
@if (count($results)>0)
@else
No Results Added Yet
@endif
| # | Date | Event Name | Group | Time | Round | Result PDF | Action | |
|---|---|---|---|---|---|---|---|---|
| {{ $no++ }} | {{ date('d-m-Y', strtotime($item->date)) }} | {{ $item->event_title }} | {{ $item->group }} | @if($item->time) {{date(' H:i:s A', strtotime($item->time)) }} @else No-Time-to-display @endif | {{ $item->round }} | Click here | Edit | |