@extends('layouts.backend') @section('content-header')

Creation d'adresse

@endsection @section('content')
{!! Form::open(['route' => ['backend.places.store'], 'class' => '', 'files' => true]) !!} @include('backend.places._form') {!! Form::close() !!}
@endsection