@extends('layouts.app') @section('content')
Nouveau journal
@csrf
Date
@error('dateJournal') {{$message}} @enderror
Libellé
@error('libelle') {{$message}} @enderror
Opération Voulez vous réellement enregistrer ce journal ? @endsection @section('script') @endsection