@extends('layouts.app') @section('content')
Add New Product
{{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