@extends('layouts.master') @section('title',trans('dashboard.sliders')) @section('css') @endsection @section('page-content')
@if (count($errors) > 0) @foreach ($errors->all() as $error) @endforeach @endif @if (session()->has('add')) @endif @if (session()->has('edit')) @endif @if (session()->has('delete')) @endif
@foreach($sliders as $slider) @endforeach
# @lang('dashboard.title') @lang('dashboard.link') @lang('dashboard.store_name') @lang('dashboard.image') @lang('dashboard.operations')
{{$slider->id}} {{$slider->title}} {{$slider->link}} {{$slider->store->company_name}}
{{ $slider->title }}
@endsection @section('js') @endsection