@extends('layouts.squelette') @section('css_header') @endsection @section('titre_header') {{ __('Exploitants') }} @endsection @section('titre_page') @isset($exploitant->exp_id) {{ $exploitant->exp_socialReason }} @else {{ __('Gestion des exploitants') }} @endisset @endsection @section('panel_boutons') @include('layouts.partials.panelboutons', ['btn_retour' => 'true']) @endsection @section('contenu') @isset($exploitant->exp_id)
@endisset