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

{{ $langg->lang31 }}

@include('includes.form-error') @include('includes.form-success')
{{ csrf_field() }}

{{ $product->title }}

{{ $product->subtitle }}

{!! $product->showPrice() !!} / {{ $product->type }}

{!! $product->details !!}
@endsection @section('scripts') @endsection