@extends('layouts.main') @section('content')
{!!Form::open(['action'=>['PicksController@store']])!!}
@foreach($week->games as $index=>$game)
@include('pages.partials.matchup')
@endforeach
{!!Form::close()!!}
@endsection