@extends('bo.layout') @section('content')

Offre

Détails

@csrf
{{$offer->declination->product->name}} - Voir le produit
@foreach($offer->declination->criterions as $criterion) {{$criterion->slug}} : {{$criterion->pivot->value}}
@endforeach
{{$offer->user->getFullname()}} - Voir le client
{{Form::text('price', $offer->price, ['placeholder' => __('Prix'), 'class' => 'form-control form-control-lg form-control-solid'])}}
{{Form::select('changeStatus', $statusSelect, $offer->status, [($offer->status > \App\Models\Offer::statusValid)? 'readonly' :'valid' => '1', 'placeholder' => __('Status'), 'class' => 'form-control form-control-lg form-control-solid'])}}
{{--
--}} {{--
--}}
@endsection @section('extra-javascript') @endsection