@extends('layouts.admin_layout.admin_layout') @section('content')

Slider

Slider

Add
@foreach($slider as $slider) @endforeach
Sl.No Title Image Type Category Action
{{ $no++ }} {{$slider->video_title}} @if($slider->video_type=='Youtube') no image @else no image @endif {{$slider->video_type}} {{$slider->category->category_name}} mode_edit delete
@endsection