@extends('themes.default1.admin.layout.admin') @section('Settings') class="active" @stop @section('settings-bar') active @stop @section('system') class="active" @stop @section('HeadInclude') @stop @section('PageHeader') @stop @section('breadcrumbs')
@stop @section('content') {!! Form::model($systems,['url' => 'postsystem/'.$systems->id, 'method' => 'PATCH' , 'id'=>'formID']) !!}