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

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