@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 }} @endif |
---|
Vendor | {{ $module->vendor->first_name . ' ' . $module->vendor->last_name }} |
---|---|
Version | {{ $module->version }} |
Added | {{ Date::parse($module->created_at)->format($date_format) }} |
Updated | {{ Date::parse($module->updated_at)->diffForHumans() }} |
Compatibility | {{ $module->compatibility }} |
Category | {{ $module->category->name }} |