@extends('layouts.app') @section('content')

Insertar Dias


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