@extends( 'newBase' ) @section( 'title', 'index' ) @section( 'content' )
@csrf
*Chinese Title
*English Title
@csrf
*中文名称
*英文名称
@php $counter = 0 @endphp @foreach($graphics as $data)
删除
*中文名称 {{----}}
{!! htmlspecialchars_decode($data->nameChinese) !!}
*英文名称 {{----}}
{!! htmlspecialchars_decode($data->nameEnglish) !!}
*中文介绍
{!! htmlspecialchars_decode($data->introductionChinese) !!}
*英文介绍
{!! htmlspecialchars_decode($data->introductionEnglish) !!}
中文轮播图
@php $imagesChinese = $data->carouselChinese; $sortCounter = rand(); @endphp @foreach($imagesChinese as $image) @php $sortCounter++; @endphp @endforeach
缩略图 排序 操作
排序
删除
英文轮播图
@php $imagesEnglish = $data->carouselEnglish; @endphp @foreach($imagesEnglish as $image) @php $sortCounter++; @endphp @endforeach
缩略图 排序 操作
排序
删除
@php $counter++ @endphp @endforeach
@include('extra_assets.summernotes') @include('common.confirmation') @include('common.notification') @endsection