@extends('frontend.layouts.master') @section('title', 'Edit Photo') @section('content') Edit Photo Home {{ $product->category->name }} {{ $product->name }} Photos {{ $photo->title }} Edit Photo {{ csrf_field() }} {!! method_field('patch') !!} @include('frontend.photo.includes.form') Update Photo @include('frontend.product.partials.sidebar_product') @endsection