@extends('frontend.layouts.master') @section('title', 'Edit Photo') @section('content')

Edit Photo

{{ csrf_field() }} {!! method_field('patch') !!} @include('frontend.photo.includes.form')
@include('frontend.photo.partials.sidebar')
@endsection