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

@csrf
@include('admin.templates.uploaded-images', ['upload_path' => 'shops'])
@if(!empty($lang_list) && count($lang_list))
@endif @if(!empty($city) && count($city))
@endif @if($groupSubRelations->save == 1)
@endif
@stop