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

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