@extends('web.layouts.layout') @section('header')
@foreach ($sliderPhotos as $item)

{{ $item->currentDescription->title }}

{{ __('main.more') }}
@endforeach
@endsection @section('content')
@endsection @section('content_js') @endsection