@extends('front.axies.master') @section('body')





|
{{ __('Details') }}
|
|
| {{ __('Authors') }} | {{ $product->authors }} |
| {{ __('Release date') }} | {{ $product->release_date }} |
| {{ __('Last update') }} | {{ $product->last_update }} |
| {{ __('Version') }} | {{ $product->version }} |
| {{ __('Included files') }} | {{ $product->included_files }} |
| {{ __('Label') }} | {{ $product->label }} |
| {{ __('Language') }} | {{ $product->language }} |
| {{ __('Formats') }} | PDF, EPUB |
| {{ __('Tools used') }} | {{ $product->tools_used }} |
| {{ __('High resolution') }} | {{ __($product->high_resolution ? 'Yes' : 'No') }} |
| {{ __('Database') }} | {{ $product->db }} |
| {{ __('Compatible browsers') }} | {{ $product->compatible_browsers }} |
| {{ __('Compatible OS') }} | {{ $product->compatible_os }} |
| {{ __('BPM') }} | {{ $product->bpm }} |
| {{ __($additional_field->_name_) }} | {{ $additional_field->_value_ }} |