@extends('layouts.app_client') @section('content')
@foreach($frais as $fr)
@endforeach
@stop