@extends('layouts.default') @section('content') {{ HTML::style('css/bootstrap-select.min.css')}}
@include('users.register_login', array('product_id' => $product->id))
@if(Session::has('product_login')==1)
@else
@endif
{{$product->price}} {{$product->currencycodes->symbol}}

{{$product->description}}

    @if($product->quantity)
  • {{$product->quantity}} {{Lang::get('messages.quantity')}}
  • @endif @if($product->type)
  • {{$product->type}} {{Lang::get('messages.product_type')}}
  • @endif @if($product->expiration_day)
  • {{$product->expiration_day}} {{Lang::get('messages.expiration_day')}}
  • @endif @if($product->countries->name)
  • {{$product->countries->name}} {{Lang::get('messages.available_countries')}}
  • @endif

@if($product->type=='digital')
    @foreach($product->productdigital as $digital)
  • {{$digital->size}} KB {{$digital->name}}
  • @endforeach
@endif
Buy Now
@if(Auth::check()) @if(!empty($favProduct)) @else @endif @else @endif
@include('users.register_or_login')
@if(Session::has('product_login')==1)
@else
@endif
@foreach($product->productoption as $key=>$option) @endforeach @if(!empty($product->productshipping[0])) @endif
@if (Auth::check()) @else @endif


@if (Auth::check()) @else @endif
@if($product->type=="physical") @if (Auth::check()) @if(Auth::user()->address->isEmpty())

New Address

@else

{{Lang::get('messages.new_address')}}

aaheheh
@endif @else

@endif @endif
{{Lang::get('messages.payment_wait')}}
{{Lang::get('messages.payment_success')}}
{{Lang::get('messages.payment_error')}}
@stop @section('footer_js') {{ HTML::script('js/jquery.validate.js') }} {{ HTML::script('js/additional-methods.js') }} @if(Request::segment(1)=='tr') {{ HTML::script('js/messages_tr.js') }} @endif @stop