@extends('admin.app') @section('content')
{{__('variables.add_element')}}

@csrf
@if($user->img)
  • @if($user->img && file_exists("upfiles/front-user/" . $user->img)) @else no-image @endif x
@endif @if($groupSubRelations->save == 1)
@endif
@stop