@extends('layouts.front') @section('content')

{{ $product->product }}

{{ $product->brand.' '.$product->model }} {{ $product->short_description }}

  • {{--
  • --}} {{----}} {{--
  • --}} {{--
  • --}} {{----}} {{--
  • --}}
{{--
--}} {{----}} {{----}} {{----}} {{----}} {{--
--}} {{----}}

Main Features

    @if($product->features != '') @foreach(explode('-',$product->features) as $key => $feature) @if($key > 0)
  • {{ $feature }}
  • @endif @endforeach @endif

Specifications

    @if($product->specifications != '') @foreach(explode('-',$product->specifications) as $key => $specification) @if($key > 0)
  • {{ $specification }}
  • @endif @endforeach @endif
{{--

{{ ($product->features) }}

--}} {{--Live Preview --}} {{--

Services

--}} {{--
    --}} {{--
  • Design
  • --}} {{--
  • HTML/CSS
  • --}} {{--
  • Javascript
  • --}} {{--
  • Backend
  • --}} {{--
--}}

Related Products

@stop