@extends('layouts.master') @section('page_title', $page_title) @section('content')
{{ Form::page_header($page_title, "sourcedata") }} {{ Form::open(['url' => $post_url]) }}
{{ Form::row_text_inline('name', 'Team Name', $team->name, 2, 4) }} {{-- {{ Form::hidden("active", 0) }}--}} {{ Form::checkbox_ex('active', $team->active, 'Active', null, null, 12) }} {{ Form::button_save() }} {{ Form::button_link('Cancel', action('SuperAdminSourceDataController@teams'), 'cancel_btn') }}
@endsection @section('page_script') @endsection