@extends('user.layout') @php $userDefaultLang = \App\Models\User\Language::where([ ['user_id', \Illuminate\Support\Facades\Auth::guard('web')->user()->id], ['is_default', 1], ])->first(); $userLanguages = \App\Models\User\Language::where( 'user_id', \Illuminate\Support\Facades\Auth::guard('web')->user()->id, )->get(); @endphp @section('content')
| # | {{ __('Icon') }} | {{ __('position') }} | {{ __('Text 1') }} | {{ __('Text 2') }} | @if (!$userBs->theme == 'home_fourteen'){{ __('Text 3') }} | @endif{{ __('Actions') }} |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} |
|
{{ $feature->position }} | {{ $feature->text_1 }} | {{ $feature->text_2 }} | @if (!$userBs->theme == 'home_fourteen'){{ $feature->text_3 }} | @endif{{ __('Edit') }} |