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

Nouveau District

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