@extends('layouts.app') @section('htmlheader_title') Home @endsection @section('main-content')p') @section('content')

Insertar Dias


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