@extends('layouts.master') @section('style') @stop @section('content')
@include('partials.message')
{{ trans('ui.promotoria.new_promotoria') }}
@include('errors.form_error') {!! Form::open(array('url' => 'promotoria','files' => true, 'class' => 'cmxform form-horizontal', 'id' => 'nameForm')) !!} @include('promotorias.form',['button' => trans('ui.promotoria.button_update')]) {!! Form::close() !!}
@endsection @section('script') @stop