@extends('devices.index') @php($title = $device->name) @section('title', 'Device #'.$device->id . ' - ' . $title) @section('content_device_title')
| Marque | {{ $device->brand }} |
|---|---|
| Type | {{ $device->type }} |
| Date d'achat | {{ $device->purchase_date->format('d/m/Y') }} |
|---|---|
| Garantie Européenne | {{ $device->garantie()->format('d/m/Y') }} |
| Boutique | {{ $device->shop }} |
| Prix d'achat | {{ $device->price }}€ HT |