@inject('request', 'Illuminate\Http\Request') @extends('admin.index') @section('page_title') {{trans('products.show')}} @endsection @section('content')
@if (count($sliders) > 0) @foreach ($sliders as $item) @endforeach @else @endif
ID @lang('الصورة') @lang('عنوان') @lang('global.action')
{{ $item->id }} image }}" target="_blank"> image }} " style="width: 50%;"> {{ $item->title }}
@lang('global.app_no_entries_in_table')

@if($sliders->count()>0)
{{trans('global.total')}} : {{$sliders->total()}}
@endif
@stop @section('javascript') @endsection