@extends('layouts.admin') @section('title') Slideshow @endsection @section('customStyle') @endsection @section('content')
{{--
Slideshow
Tambah --}}
Slideshow
Tambah
{{-- Tambah Peserta --}}
@php $no=1; @endphp @foreach ($data as $data) @endforeach
No Nama Link / url Images Urutan Publish Actions
{{$no++}} {{$data->name_slideshow}} link : {{$data->link_slideshow}}
url : {{$data->url_slideshow}}
{{$data->order_slideshow}} @if ($data->publish_slideshow == 1) @else @endif
@csrf
@endsection @section('script') @endsection