@extends('admin.layout') @section('content') @php $selLang = \App\Models\Language::where('code', request()->input('language'))->first(); @endphp @if(!empty($selLang) && $selLang->rtl == 1) @section('styles') @endsection @endif
Bottom Links
@if (!empty($langs)) @endif
@if (count($bottoms) == 0)

NO BOTTOM LINK FOUND

@else
@foreach ($bottoms as $key => $aulink) @endforeach
# Name URL Actions
{{$loop->iteration}} {{convertUtf8($aulink->name)}} {{$aulink->url}} Edit
@csrf
@endif
@endsection