@extends('layouts.app') @section('content')

More InfoMore Info

{!! Form::open(['url'=>'more-info','files'=>true]) !!}
@if(Session::has('message')) @endif
{!! Form::select('team_id', $team, $more_info->team_id,['class'=>'form-control']) !!}
@if($more_info->national_id) @endif
@if($more_info->graduate_certificate) @endif
@if($more_info->cv)
CV
@endif
@if($more_info->others1) @endif
@if($more_info->others2) @endif
{!! Form::close() !!}
@endsection @section('js') @endsection