@extends('admin.app') @section('content')

@csrf
@if(!empty($images) && count($images))
    @foreach($images as $one_image)
  • x
  • @endforeach
@endif
@if(!empty($lang_list) && count($lang_list))
@endif @if($groupSubRelations->save == 1) @endif
@stop