@extends('backend.app') @section('content')
Pop-up İçerikler
Pop-up İçerik Ekle
@if($message = Session::get('success'))
{{$message}}
@endif @foreach($splashlar as $splash) @endforeach
Sıra No
Resim
Başlık
Tarih
İşlemler
{{$splash->baslik}}
{{$splash->created_at}}
id)}}' role='button' title='Düzenle'>
@csrf
@if($splash->durum==1)
id)}}' role='button' title='Pasif Yap'>
@else
id)}}' role='button' title='Aktif Yap'>
@endif
{{ $splashlar->links() }}
@endsection