@extends('layouts.base') @section('title', 'Mise à jour du financial') @section('content')
{{--

@yield('title')

--}} {{--
Export data to Copy, CSV, Excel, PDF & Print
--}}
@csrf @foreach($header as $key => $head) @endforeach @foreach($header as $key => $head) @endforeach @foreach($financials as $financial) @endforeach
{{ ucfirst(__($head)) }}
{{ ucfirst(__($head)) }}
id ."][name]"}}/> id ."][money]"}} />
Liste des financials
@endsection @section('javascripts') @endsection