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