@extends('layouts.app') @section('title', 'Caisses') @section('third_party_stylesheets') @endsection @section('breadcrumb') @endsection @section('content')
@csrf
@error('start') {{ $message }} @enderror
@error('caisse_ouverture') {{ $message }} @enderror
Retour
@endsection @push('page_scripts') @endpush