@extends('layouts.dash') @section('title') Village @stop @section('content') @if ($errors) @foreach ($errors->all() as $error)
{!! $error !!}
@endforeach @endif

Nouveau Village

{{ html()->form('POST', url('villages'))->open() }} @include("param.villages.content") {{ html()->form()->close() }}
@stop