@extends('frontend.layouts.master') @section('title', $photo->title) @section('content') {{ $photo->title }} Home {{ $product->category->name }} {{ $product->name }} Photos {{ $photo->title }} @include('frontend.photo.includes.show') @include('frontend.product.partials.sidebar_product') @endsection