@extends('layouts.squelette') @section('css_header') @endsection @section('titre_header') {{ __('Gestion des contrats et baux immobiliers') }} @endsection @section('titre') @isset($owner_contract->ownCon_id) {{ $owner_contract->ownCon_socialReason }} @else {{ __('Création d\'un contrat et baux immobiliers') }} @endisset @endsection @section('titre_page') @isset($owner_contract->ownCon_id) {{ $owner_contract->ownCon_socialReason }} @else {{ __('Création') }} @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()=='owners_contract.create' ) @include('owners_contract.includes.create') @elseif ( Route::current()->getName()=='editOwnConFiles') @include('owners_contract.includes.edit_file') @elseif ( Route::current()->getName()=='editOwnConDeadlines') @include('owners_contract.includes.edit_deadline') @elseif ( Route::current()->getName()=='editOwnConEvents') @include('owners_contract.includes.edit_events') @elseif ( Route::current()->getName()=='editOwnConRents') @include('owners_contract.includes.edit_rents') @else @include('owners_contract.includes.edit_ownerCon') @endif
@endsection @section('js_footer') @endsection @section('modale') @endsection