@extends('layouts.squelette') @section('css_header') @endsection @section('js_header') @endsection @section('titre') {{ __("Frais généraux / modification") }} @endsection @section('titre_header') {{ __("Frais généraux") }} @endsection @section('titre_page') @isset($general_cost->genCos_id)

#{{ $general_cost->genCos_nameFr }} ({{ @$general_cost->genCos_number }}) {{ __("Créé par ") }} {{ @$general_cost->creatorName }}

@else {{ __("Gestion des Frais généraux") }} @endisset @endsection @section('panel_boutons') Retour @endsection @section('contenu') @isset($general_cost->genCos_id) @endisset
@if ( Route::current()->getName()=='editGeneralCost' ) @include('general_cost.includes.edit_informations') @elseif(Route::current()->getName()=='editGeneralCostFile') @include('general_cost.includes.edit_files') @else @include('general_cost.includes.edit_informations') @endif
@endsection @section('js_footer') @endsection @section('modale') @endsection