@extends('admin.layouts.app') @section('content')

imgHome Slider

@forelse($home_slider as $val) @empty @endforelse
# Title Detail Image Actions

{{ $val->id }}

{{ $val->title }} {{ $val->detail }} @if($val->image) @else No image @endif
Data not found!
@endsection