@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', 'Product/Service', $offering->name, 2, 4) }} {{ Form::hidden("active", 0) }} {{ Form::row_checkbox_inline('active', 'Active', $offering->active, 2, 4) }} {{ Form::button_save() }} {{ Form::button_link('Cancel', action('SuperAdminSourceDataController@products_services'), 'cancel_btn') }}
@endsection