{!! Html::style('_front/assets/css/bootstrap.min.css') !!} {!! Html::style('_front/plugins/uikit/css/uikit.min.css') !!} {!! Html::style('_front/assets/css/core.css') !!} {!! Html::style('_front/assets/css/page.css') !!} {!! Html::script('_front/assets/js/jquery-1.9.1.min.js') !!} {!! HTML::script('_front/plugins/uikit/js/uikit.min.js') !!} @section('headercodes') @show {{-- {{ $google->google_analytics != "" ? $google->google_analytics : "" }} {{ $google->google_conversion != "" ? $google->google_conversion : "" }} --}}
@include("layouts._front.header")
@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']}} --}} {{-- --}}

Credit packs

$8 / Credit

{!! Form::button('Continue with purchase',array('name'=>'addtoCart','class'=>'btn btn-lg btn-block', 'style' => 'color:white; background-color:#292929' ,'type' => 'submit'))!!}
{{-- --}}
{!! Form::close() !!}
@section('extracodes') @show @include("layouts._front.nav-mobile")