{!! Form::model($team, ['method' => 'PATCH', 'action' => ['Admin\TeamController@update', $team->id]])!!}
@include('backend.team.partial')
Browse
@if ($team->feature_image !="")
@else
@endif
{!! Form::hidden('feature_image', null) !!}
{!! Form::close() !!}
@endsection