@extends('layouts.app') @if (isset($product)) @section('title', $product[0]->name) @section('description', '') @section('ogTitle', $product[0]->name) @section('ogUrl', url('')) @section('ogImage', url('/products/' . $product[0]->image)) @section('sidebar') @section('ogContent') @endsection @stop @section('content') @if ($errors->any()) @foreach ($errors->all() as $error)
@endforeach @endif