@extends('layouts.main_without_top_button', ['title' => 'INVOICE CUSTOMIZED FILED | ' . config('app.name')]) @section('title', 'OTHER SETTINGS') @section('navigation') @stop @section('contentinner')
@include('financial_accounts.settings.includes.profile')


Client Field Name Field Type

@foreach($invoice_customised_fields as $index=>$invoice_customised_field) @endforeach
Sn Client Field Name Field ype Action
{{++$index}} {{$invoice_customised_field->client->name}} {{$invoice_customised_field->field_name}} {{$invoice_customised_field->field_type}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- settings.clients_invoice_customized_fields.delete--}} {{-- settings.clients_invoice_customized_fields.activate--}}
@endsection