@extends('layouts.app') @section('htmlheader_title') I. Dias @endsection @section('main-content')

Insertar Dias


{!! Form::open(['route' => 'dia.store', 'method' => 'post']) !!}
{!! Form::close() !!}
@endsection