@extends('backend.layouts.master') @section('content') Create Team {!! Form::open(['method' => 'POST', 'action' => 'Admin\TeamController@store'])!!} @include('backend.team.partial') Photo Browse {!! Form::hidden('feature_image', null) !!} {!! Form::close() !!} @endsection