@extends('layouts.prestataire') @section('title', 'Proposer mes services - ' . $tender->title) @section('styles') @endsection @section('content')
{{-- Breadcrumb --}} {{-- En-tête --}}

Proposer mes services

{{ $tender->title }}

{{ $tender->city }} {{ $tender->start_date ? $tender->start_date->format('d/m/Y') : 'Flexible' }} @if($tender->budget_visible) {{ $tender->budget_display }} @endif
@foreach($tender->categories as $category) {{ $category->name }} @endforeach
{{ $matchScore }}%
{{-- Formulaire --}}
@csrf
{{-- Colonne gauche --}}
{{-- Section Prix --}}

Votre tarif

@if($tender->budget_visible)

Budget client : {{ $tender->budget_display }}

@endif

Total estimé :

{{-- Section Disponibilité --}}

Votre disponibilité

@if($tender->start_date)
Date souhaitée par le client : {{ $tender->start_date->format('d/m/Y') }} @if($tender->end_date) - {{ $tender->end_date->format('d/m/Y') }} @endif
@endif
{{-- Section Message --}}

Votre message

/1000

{{-- Templates de réponse --}}

Modèles rapides :

{{-- Section Pièces jointes --}}

Pièces jointes (optionnel)

{{-- Colonne droite - Résumé --}}

Résumé de votre proposition

Tarif proposé À négocier
Durée estimée
Disponibilité
Pièces jointes

Votre proposition sera visible uniquement par le client

Vous pourrez la modifier tant qu'elle n'a pas été acceptée

@endsection @section('scripts') @endsection