@extends('admin.layout') @section('title','Rapports') @section('content')

Rapports

Liste des rapports pris en charge

@forelse ($reports as $report ) @empty @endforelse
# rapports
{{$report }}
# rapports
@stop