@extends('themes.schumann.layout.layout') @section('title', $item->translate->title) @section('description', $item->translate->description) @section('keywords', $item->translate->keywords) @section('img', asset('uploads/'.$item->img)) @section('bodyClass', 'galleryDetail-page') @section('content')
{{ $item->translate->title }}
{{ trans('site.go_back') }}
{{ Carbon::parse($item->created_at)->format('d.m.y') }}
{!! $item->translate->content !!} @if(count($item->images))
@foreach($item->images as $img)
{{ $item->translate->title }}
@endforeach
@endif
@endsection @section('js') @endsection