@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')
| Image | Title | Serial Number | Actions | |
|---|---|---|---|---|
| {{convertUtf8(strlen($gallery->title)) > 70 ? convertUtf8(substr($gallery->title, 0, 70)) . '...' : convertUtf8($gallery->title)}} | {{$gallery->serial_number}} | Edit |