@extends('layout') @section('content')

Finances & Caisse

Dépenses

@include('shared.navbar')
{{-- @include('reservation._search') --}}
Ajouter dépense
{{ csrf_field() }}
@if ($errors->has('title'))
Ce champ est invalide!
@endif
@if ($errors->has('amount'))
Ce champ est invalide!
@endif
@if ($errors->has('date_dep'))
Ce champ est invalide!
@endif
@if ($errors->has('pic_name'))
Ce champ est invalide!
@endif
@endsection