@extends('backend.layouts.admin.admin') @section('title', 'team') @section('content')
{{ Form::model($team, ['route' =>['team.update', $team->slug],'class'=>'form form-validate','role'=>'form', 'files'=>true, 'novalidate']) }} {{ method_field('PUT') }} @include('backend.team.partials.form', ['header' => 'Edit Member ('.($team->title).')']) {{ Form::close() }}
@stop @push('styles') @endpush @push('scripts') @endpush