@extends('layouts.app') @section('content')

{{ $info->name }}

@include('common.msg')
Основная информация
{{ $info->id }}
{{ $info->sid }}
{{ $info->shopname }}
{{ $info->name }}
@if ($info->status) вкл @else выкл @endif
{{ $info->group_name }}
Цены
{{ number_format($info->price, 0, '.', ' ') }} руб.
{{ number_format($info->mprice, 0, '.', ' ') }} руб.
{{ $info->dprice }}
@if ($info->min) {{ number_format($info->min, 0, '.', ' ') }} @endif
@if ($info->max) {{ number_format($info->max, 0, '.', ' ') }} @endif
@if ($info->mind) {{ number_format($info->mind, 0, '.', ' ') }} @endif
@endsection