@extends('layout') @inject('carbon', 'Carbon\Carbon') @section('content')

Finances & Caisse

Dépenses

@include('shared.navbar')
{{-- @include('reservation._search') --}}
Modifier la dépense {{ $expens->title }}
{{ csrf_field() }} @if ($errors->has('title'))
Ce champ est invalide!
@endif
@if ($errors->has('housing_id'))
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 {{ $expens->pic_name }}
@endsection