@extends('admin.layouts.app')
@section('content')
ID |
Title |
Content |
Image |
Actions |
@if(count($sliders))
@php $i=0; @endphp
@foreach($sliders as $slider)
{{ ++$i }} |
{{ !empty($slider) ? ucfirst($slider->title) : '' }} |
{{ !empty($slider) ? ucfirst($slider->content) : '' }} |
|
|
@endforeach
@endif
@endsection