@php $default_lang_code = language_const()::NOT_REMOVABLE; $system_default_lang = get_default_language_code(); $languages_for_js_use = $languages->toJson(); @endphp @extends('admin.layouts.master') @push('css') @endpush @section('page-title') @include('admin.components.page-title',['title' => __($page_title)]) @endsection @section('breadcrumb') @include('admin.components.breadcrumb',['breadcrumbs' => [ [ 'name' => __("Dashboard"), 'url' => setRoute("admin.dashboard"), ] ], 'active' => __("Setup Section")]) @endsection @section('content')
| Name | Designation | Comment | ||
|---|---|---|---|---|
|
|
{{ $item->name ?? "" }} | {{ $item->designation ?? "" }} | {{ Str::words($item->language?->$system_default_lang?->comment ?? "", 8, '...') }} |