@extends('layouts/gnr_layout') @section('title', '| ' . $data['title']) @section('content')
{{ $data['title'] }}
{!! Form::open(['url' => '', 'role' => 'form', 'class' => 'form-horizontal form-groups']) !!} title }}' /> id }}' />
{!! Form::text('title', null, [ 'class' => 'form-control', 'id' => 'title', 'type' => 'text', 'placeholder' => $data['layer']->title, ]) !!}
{!! Form::text('code', null, [ 'class' => 'form-control', 'id' => 'code', 'type' => 'text', 'placeholder' => 'Code', ]) !!}
{!! Form::submit('Submit', ['id' => 'submit', 'class' => 'btn btn-info']) !!} Close
{!! Form::close() !!}
@endsection