@extends('layouts.squelette') @section('css_header') @endsection @section('titre') {{ __('Bailleurs') }} @endsection @section('titre_header') {{ __('Bailleurs') }} @endsection @section('titre_page') @isset($owner->own_id) {{ $owner->own_socialReason }} @else {{ __('Gestion des bailleurs') }} @endisset @endsection @section('panel_boutons') @include('layouts.partials.panelboutons', ['btn_retour' => 'true']) @endsection @section('contenu') @isset($owner->own_id) @endisset
@if ( Route::current()->getName()=='editOwn' ) @include('owners.includes.edit_owner') @elseif ( Route::current()->getName()=='editOwnSite' ) @include('owners.includes.edit_sitOwner') @elseif ( Route::current()->getName()=='editConOwn' ) @include('owners.includes.edit_contractOwner') @else @include('owners.includes.edit_owner') @endif
@endsection @section('js_footer') @endsection @section('modale') @endsection