{{ __('Social Funds') }}

{{ __('Social Funds') }}

{{ __('Add Fund') }}
@foreach($funds as $f) @endforeach
Name Employee % Employer % Actions
{{ $f->name }}{{ $f->employee_percentage }}%{{ $f->employer_percentage }}%{{ __('Edit') }}
{{ $funds->links() }}