@extends('layouts.squelette') @section('css_header') @endsection @section('titre') {{ __('Textes') }} @endsection @section('titre_header') {{ __('Paramètres') }} @endsection @section('titre_page') @isset($texte->tex_id) # {{ $texte->tex_id}} @else {{ __('Création') }} @endif @endsection @section('panel_boutons') @include('layouts.partials.panelboutons', ['btn_retour' => false, 'btn_imprim'=> false, 'btn_export'=> false]) @endsection @section('contenu')
@isset($texte->tex_id)
@csrf @method('POST') @else @endisset @csrf {{ csrf_field() }}
@endsection @section('js_footer') @endsection