@extends('layouts.modules') @section('title', trans_choice('general.modules', 2)) @section('new_button')  {{ trans('modules.api_token') }}  {{ trans('modules.my_apps') }} @endsection @section('content') @include('partials.modules.bar')

{{ $module->name }}

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

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

{{ trans('modules.about') }}

{{ 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 }}
@endsection @push('css') @endpush @push('scripts') @endpush