@extends('layouts.app') @section('head') @include('layouts.partials.headersection',['title'=>'Sliders']) @endsection @section('content') @if(Session::has('error'))
@endif
@foreach($posts as $row) @endforeach
{{ __('Image') }} {{ __('Url') }} {{ __('Created At') }} {{ __('Delete') }}
{{ $row->slug }} {{ $row->updated_at->diffForHumans() }}
@endsection @push('js') @endpush