{{ HTML::image('frontend/images/addrecipe.jpg','',array("class"=>"recipe-img")) }}

Do you have a special or secret recipe? Want to share that special recipes or cooking tips with us? Use the form below to share

{{Form::open(array("url"=>"/add-recipe","method" => "POST","role"=>"form","class" => "form-horizontal","files"=>"true"))}}
{{Form::text('recipe_name','',array("class"=>"form-control", "placeholder"=>"Enter Recipe Name"))}} {{$errors->first('recipe_name')}}
{{Form::textarea('ingred','',array("class"=>"form-control editor1", "placeholder"=>"Ingredient"))}} {{$errors->first('ingred')}}
{{Form::text('cook_time','',array("class"=>"form-control", "placeholder"=>"Enter Cook Time"))}}
{{Form::textarea('method','',array("class"=>"form-control editor1", "placeholder"=>"Method"))}}
{{Form::file('recipe_image',array("class"=>"form-control"))}}
{{Form::close()}}
@foreach($recipes as $recipe)
{{ HTML::image('images/'.$recipe->recipe_image,'',array("class"=>"other-img")) }}
{{$recipe->recipe_name}}
@endforeach
@foreach($product as $product)
{{ HTML::image('images/'.$product->product_image,'',array("class"=>"other-pro")) }}
{{$product->product_name}}
₦{{$product->product_price}}
@endforeach
{{ HTML::image('frontend/images/gift-card.jpg','',array("class"=>"other-pro")) }}

Randomized advert on Promos, Gift Cards, Loyalty Cards etc.