@extends('layouts/default') {{-- Page title --}} @section('title') {{ $consumable->name }} {{ trans('general.consumable') }} @parent @stop @section('header_right') {{ trans('general.back') }} @stop {{-- Page content --}} @section('content')
{{ trans('general.user') }} | {{ trans('general.date') }} | {{ trans('general.admin') }} |
---|
{{ trans('admin/consumables/general.about_consumables_text') }}
@if ($consumable->purchase_date)