@php use App\Constants\Constant; use App\Http\Helpers\Uploader; @endphp @extends('user.layout') @includeIf('user.partials.rtl-style') @section('content')
Gallery Images
@if (!empty($userLangs)) @endif
Add Image
@if (count($galleries) == 0)

NO IMAGE FOUND

@else
@foreach ($galleries as $key => $gallery) @endforeach
Image Title Serial Number Actions
{{convertUtf8(strlen($gallery->title)) > 47 ? convertUtf8(substr($gallery->title, 0, 47)) . '...' : convertUtf8($gallery->title)}} {{$gallery->serial_number}}
@csrf
@endif
@endsection