@extends('admin.layouts.default') @section('content') {{ HTML::style("vendor/datatables/css/jquery.dataTables.min.css") }}
| ID | Team Number | Match Key | Players | Captain | Vice Captain | Action |
|---|---|---|---|---|---|---|
| {{$player['teamid']}} | {{$player['teamnumber']}} | {{$player['matchkey']}} |
|
{{$player['captain']}} | {{$player['vicecaptain']}} | Edit |
| ID | Team Number | Match Key | Players | Captain | Vice Captain | Action |