@php $headers = [ [ 'label' => __('table.header.id'), 'target' => 'id', ], [ 'label' => __('table.header.code'), 'target' => 'code', 'dclass' => 'lefted', ], [ 'label' => __('table.header.payment'), 'target' => 'label', 'dclass' => 'lefted', ], [ 'label' => __('table.header.cash'), 'target' => 'cash', 'hclass' => 'money', ], [ 'label' => __('table.header.cheque'), 'target' => 'cheque', 'hclass' => 'money', ], [ 'label' => __('table.header.bancomat'), 'target' => 'bancomat', 'hclass' => 'money', ], [ 'label' => __('table.header.transfer'), 'target' => 'transfer', ], [ 'label' => __('table.header.payed'), 'target' => 'created', ], [ 'label' => __('table.header.subtotal'), 'target' => 'subtotal', ], [ 'label' => __('table.header.notes'), 'target' => 'notes', 'wclass' => 'notes', 'hclass' => 'notes', 'dclass' => 'notes', ], [ 'label' => __('table.header.delete'), 'target' => '_delete' ], ]; // GET HEADERS TARGETS $col = array_flip( array_column($headers, 'target') ); @endphp @push('style') @endpush {{-- @extends('master') --}}