@extends('layouts.dash')
@section('title') Employeurs @stop
@section('content')
@if (Session::has('message'))
{!! Session::get('message') !!}
@endif
{{ html()->modelForm($employeur)->attributes(['employeur' => 'form', 'class' => 'form-horizontal', ])->open() }}
@include("tiers.employeurs.content")
{{ html()->closeModelForm() }}
@endsection
@section('styles')
@stop
@section('scripts0')
@include('tiers.employeurs.scripts_employeur');
@stop