{!!Form::vertical_open()
->id('weeklymatching-weekly_matching-create')
->method('POST')
->files('true')
->action(guard_url('weeklymatching/weekly_matching'))!!}
{{ trans('app.new') }} [{!! trans('weeklymatching::weekly_matching.name') !!}]
@include('weeklymatching::admin.weekly_matching.partial.entry', ['mode' => 'create'])
{!! Form::close() !!}