@extends('admin.app') @section('content')
{{__('variables.add_video')}} - "{{$gallery_subject->name ?? '' }}"
@if($groupSubRelations->new == 1) {{ __('variables.elements_list') }} {{ __('variables.add_video') }} {{ __('variables.add_photo') }} {{ __('variables.elements_basket') }} @else {{ __('variables.elements_list') }} {{ __('variables.elements_basket') }} @endif @if($groupSubRelations->del_to_rec == 1) @endif

@csrf
@if(!empty($lang_list) && count($lang_list))
@endif @if($groupSubRelations->save == 1)
@endif
@if(!empty($gallery_item) && count($gallery_item))
@if($groupSubRelations->active == 1) @endif @if($groupSubRelations->del_to_rec == 1) @endif @foreach($gallery_item as $one_gallery_photo) @if($groupSubRelations->del_to_rec == 1) @endif @endforeach
{{__('variables.photo')}} {{__('variables.title_table')}} {{__('variables.edit')}}{{__('variables.active_table')}}{{__('variables.position_table')}}{{__('variables.delete_table')}}
{{ $loop->iteration }} {{!empty(IfHasName($one_gallery_photo->gallery_item_id, $lang_id, 'gallery_item')) ? IfHasName($one_gallery_photo->gallery_item_id, $lang_id, 'gallery_item') : __('variables.another_name')}}
galleryItemId->active == 1 ? 'checked' : ''}}>
@else @include('admin.templates.empty-list') @endif
@stop