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