@extends('layouts.app') @section('content')
| Photo | Titre | Prix | Ordre | Actions |
|---|---|---|---|---|
|
@if($bordure->photo)
|
{{ $bordure->titre }} | {{ number_format($bordure->prix, 2) }} € |
@if($bordure->ordre < $bordures->max('ordre'))
@else
@endif
@if($bordure->ordre > $bordures->min('ordre'))
@else
@endif
|