@extends('backend.customerlayouts.master') @section('body') @if ($errors->any())
{{ \Session::get('success') }}
Titolo | Descrizione | Disponibilità | Categorie | price | Azioni | |
---|---|---|---|---|---|---|
{{ $item->name }}
|
{{ $item->description }}
|
@if($item->availability == '1')
Disponibile | @endif @if($item->availability == '0')Non disponibile | @endif@foreach($item->categories as $key => $category) {{ $category->name }} / {{ $category->name }} @endforeach |
€ {{ $item->price }}
|