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

Upload Photo

{{ csrf_field() }} @include('frontend.photo.includes.form')
@include('frontend.product.partials.sidebar_product')
@endsection