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

@csrf
@if($banner_top && $banner_top->img)
  • @if(file_exists("upfiles/slider/" . $banner_top->img)) @else no-image @endif x
@endif
@if(!empty($lang_list) && count($lang_list))
@endif
@if($groupSubRelations->save == 1) @endif
@stop