@extends('layouts.master') @section('style') @stop @section('content')
@include('partials.message')
{{ trans('ui.documents.new_document') }}
@include('errors.form_error') {!! Form::open(array('url' => 'documento', 'class' => 'cmxform form-horizontal', 'id' => 'nameForm')) !!} @include('documentos.form',['button' => trans('ui.documents.button_add')]) {!! Form::close() !!}
@endsection @section('script') @stop