@extends('templates.template') @push('page-title')
Gerencie todas as suas informações
@endpush @section('scripts') {!! HTML::script('/bower_components/select2/dist/js/select2.min.js') !!} {!! HTML::style('/bower_components/select2/dist/css/select2.min.css') !!} {!! HTML::script('/bower_components/bootbox.js/bootbox.js') !!} @endsection @section('content') {!! Form::open(['route' => 'matriculas.store']) !!}