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

Creation de salon

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