@extends('layouts.app') @section('page-style') @stop @section('content')

General Elements

Textual inputs

@if(isset($sliderlist->id))
@else @endif {{csrf_field()}}
Slider Table
@foreach ($setting as $item) @foreach($item->slider as $student) @if ($student->publish == 'yes') @else @endif @endforeach @endforeach
Penyedia Nama Photo Detail Status From To Action
{{ $item->name }} {{ $student->nama }} product img {{ $student->detail }}{{ $student->publish }}No{{ $student->periode_from }} {{ $student->periode_to }}
@endsection @section('page-script') @stop