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

NO USEFUL LINK FOUND

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