@extends('layouts.base') @section('title', 'FINANCE CLIENT') @section('actions')
@endsection @section('content')| {{ ucfirst(__($head)) }} | @endforeach|||||
|---|---|---|---|---|---|
| {{ ucfirst(__($head)) }} | @endforeach|||||
| {{$financial->customer->code}} | {{$financial->customer->name}} | {{number_format($financial->money,0,'',' ')}} | @if($financial->updated_at === null)- | @else{{$financial->updated_at->format('d/m/Y')}} | @endif
|