@extends('users.layouts.index') @section('page_content')
@if ($message = Session::get('error'))
{{ $message }} Custom Order
@endif

{!! $products->name!!}

${{ $products->price }}

{!! Form::open(['id'=>'my_form','method' => 'POST', 'route' => ['cart.save' ], 'files'=>true]) !!}

Notice: Undefined variable: products in /home/demohatinco/public_html/petmates_backend/resources/views/users/productdetails/product.blade.php on line 38

Notice: Trying to get property 'colors' of non-object in /home/demohatinco/public_html/petmates_backend/resources/views/users/productdetails/product.blade.php on line 38

{!! $products->detail !!}

{!!Form::close()!!}
@endsection @section('app_jquery')