@extends('layouts.modules') @section('title', trans_choice('general.modules', 2)) @section('content') @include('partials.modules.bar')

{{ $module->name }}

{{ trans_choice('general.actions', 1) }}

Price @if ($module->price == '0.0000') {{ trans('modules.free') }} @else {{ $module->price . ' / month' }} @endif

About

Vendor {{ $module->vendor_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 }}
@endsection @push('scripts') @endpush