@extends('layouts.wrap')
@section('title', Option::value('siteTitle'))
@section('_content')
@foreach(Slider::all() as $slider)
@if($slider->title == "Başlık Yok") {{ " " }} @else {{ $slider->title }} @endif
{{ $slider->content }}
@endforeach
Fatal error: Class 'News' not found in /home/ozguntarim/public_html/29082022/app/views/public/default/home.blade.php on line 83