@extends('layouts.app') @section('addhead') @endsection @section('content') @if(Auth::user()->roles_id == 2 )
| Charges | Type charge | Montant | Date |
|---|---|---|---|
| {{$charge->libelle}} | {{$charge->nom_charge}} | {{$charge->credit}} | {{date('d-m-Y', strtotime($charge->date_enre))}} |