@extends( 'newBase' ) @section( 'title', 'index' ) @section( 'content' )
@csrf
中文轮播图

@for($i = 1; $i < 4; $i++)
@endfor
英文旋转木马

@for($i = 1; $i < 4; $i++)
@endfor
添加新的
@php $imagePath = config('locations.translationsModuleManagement.asset'); @endphp @foreach($autoScrolling as $data)
@csrf
中文轮播图


@for($i = 0, $j = 1; $i < 3; $i++, $j++)
@endfor
英文旋转木马


@for($i = 0, $j = 1; $i < 3; $i++, $j++)
@endfor
更新
删除


@endforeach
@include('common.confirmation') @include('common.notification') @include('common.utility') @endsection