@extends('layouts.app', ['title' => 'Novo Difal']) @section('content')

Novo Difal

Voltar
{!!Form::open() ->post() ->route('difal.store') !!}
@include('difal._forms')
{!!Form::close()!!}
@endsection