@extends('layouts.base') @section('title', 'FINANCE CLIENT') @section('actions')
Màj des finances
@endsection @section('content')
@foreach($header as $key => $head) @endforeach @foreach($header as $key => $head) @endforeach @foreach($financials as $financial) @if($financial->updated_at === null) @else @endif @endforeach
{{ ucfirst(__($head)) }}
{{ ucfirst(__($head)) }}
{{$financial->customer->code}} {{$financial->customer->name}} {{number_format($financial->money,0,'',' ')}}-{{$financial->updated_at->format('d/m/Y')}}
@endsection @section('javascripts') @endsection