@extends('layouts.default', [ 'sidebarLight' => true, 'headerMegaMenu' => true, 'sidebarMenu' => 'client', ]) @section('title', 'Client configuration') @section('token', csrf_token()) @section('content')

Client configuration

@if(_is('super'))
{{ csrf_field() }}
@endif
@foreach ($list as $item) @endforeach
Group Code Label (en) Label (kr) Label (tw) Display
{{ $item->cdci_group_id }} {{ $item->cdci_code }} {{ $item->cdci_parent_code!='' ? ' ('.$item->cdci_parent_code.')':'' }} {{ $item->cdci_parent_code!='' ? '   ':'' }} {{ $item->cdci_label['en'] }} {{ $item->cdci_parent_code!='' ? '   ':'' }} {{ $item->cdci_label['kr'] }} {{ $item->cdci_parent_code!='' ? '   ':'' }} {{ $item->cdci_label['tw'] }} display=='Y') checked="checked" @endif > @if(_is('super')) @endif
@endsection @push('scripts') @endpush