@extends('frontend.layouts.master') @section('title', $photo->title) @section('content')

{{ $photo->title }}

@include('frontend.photo.includes.show')
@include('frontend.product.partials.sidebar_product')
@endsection