@extends('layouts._front.home') @section('content')
@if(Session::has('success'))
{!!Session::get('success')!!}
@endif @if(Session::has('error'))
{!!Session::get('error')!!}
@endif {!! Form::open(array('url' => '/add/cart', 'method' => 'post', 'class'=>'uk-form')); !!}
{{$productImage['image_name']}}