@extends('layouts.digitar')
@section('Breadcrumbs')
{!! Breadcrumbs::render('speechExpedients.new') !!}
@endsection
@section('content')
@include('common.errors')
{!! Form::open(['route' => 'speechExpedients.store']) !!}
@include('speechExpedients.fields')
{!! Form::close() !!}
@endsection