@extends('dashboard::master') {{-- Autor: Giovanni López O. @gmlo_89 --}} @section('head') @stop @section('content')

{{ $title }}

{{ Alert::render() }}
{{ trans('dashboard::label.go_back') }}
{{ Form::model($config, $formOptions) }}
{{ trans('configurations::label.module_description') }}
{{ Form::text('_site_title', null, array( "class" => "form-control required", "id" => "inputTitle", "placeholder" => trans('configurations::label.site_title') )) }}
{{ Form::textarea('_meta_description', null, array( "class" => "form-control ", "id" => "inputMetaDescription", "rows" => 3 )) }}
{{ Form::textarea('_meta_keywords', null, array( "class" => "form-control ", "id" => "inputMetaKeywords", "rows" => 3 )) }}
@stop @section('scripts') @stop