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

Insertar Mitos


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