@extends('layouts.modules') @section('title', trans_choice('general.modules', 2)) @section('content') @include('partials.modules.bar')
Price | @if ($module->price == '0.0000') {{ trans('modules.free') }} @else {{ $module->price . ' / month' }} @endif |
---|
{{ trans_choice('general.vendors', 1) }} | {{ $module->vendor_name }} |
---|---|
{{ trans('footer.version') }} | {{ $module->version }} |
{{ trans('modules.added') }} | {{ Date::parse($module->created_at)->format($date_format) }} |
{{ trans('modules.updated') }} | {{ Date::parse($module->updated_at)->diffForHumans() }} |
{{ trans('modules.compatibility') }} | {{ $module->compatibility }} |
{{ trans_choice('general.categories', 1) }} | {{ $module->category->name }} |