@extends('admin.layouts.default') @section('content') {{ HTML::style('css/admin/datatable.css') }} {{ HTML::script("js/admin/datatable.js") }}

Update Pointes

@if(count($match_scores)>0) @foreach($match_scores as $match_scores_batting) @endforeach @endif
Match Key Team Key Team Name Player Key Player Name Player Role
{{$match_scores_batting->matchplayers_matchkey}} {{$match_scores_batting->teams_team_key}} {{$match_scores_batting->teams_team}} {{$match_scores_batting->players_player_key}} {{$match_scores_batting->matchplayers_name}} {{$match_scores_batting->matchplayers_role}}
Match Key Team Key Team Name Player Key Player Name Player Role

Edit Points

{{ Form::open(['role' => 'form','id'=>'EditPointForm','route'=>[$modelName.'.player_points',$match_scores[0]->matchplayers_matchkey,$match_scores[0]->matchplayers_playerid],'files' => true]) }} {{csrf_field()}}
{{ Form::close() }}
@endsection