@extends('layouts.squelette') @section('css_header') @endsection @section('titre') {{ __('Baux') }} @endsection @section('titre_header') {{ __('Baux') }} @endsection @section('titre_page') @isset($owner_contract->ownCon_id) {{ $owner_contract->ownCon_socialReason }} @else {{ __('Gestion des baux') }} @endisset @endsection @section('panel_boutons') @include('layouts.partials.panelboutons', ['btn_retour' => 'true']) @endsection @section('contenu') @isset($owner_contract->ownCon_id) @endisset
@if ( Route::current()->getName()=='editOwnCon' ) @include('owners_contract.includes.edit_ownerCon') {{-- @elseif ( Route::current()->getName()=='editOwnSite' ) @include('owner_contracts.includes.edit_sitOwner') --}} @else @include('owners_contract.includes.edit_ownerCon') @endif
@endsection @section('js_footer') @endsection @section('modale') @endsection