@extends('admin.layouts.app') @section('page_title', __('Manage Content')) @section('content')
@if($singleContent)
@foreach($languages as $key => $language) @endforeach
@endif @if(($multipleContents && !$singleContent) || ($multipleContents && $singleContent))
@php $image = array_key_first($multipleContents['field_name'] ?? []) @endphp @foreach($multipleContentData as $key => $data) @endforeach
@lang('Sl') {{ snake2Title(array_key_first($multipleContents['field_name'] ?? [])) }} @lang('Actions')
{{ $loop->index + 1 }} {{ collect($data->description)->first() }} @if($data->description == null) @endif
@if(count($multipleContentData) > 10) @endif
@endif
@endsection @push('css-lib') @endpush @push('js-lib') @endpush @push('script') @endpush