@extends('layout') @section('header') @endsection @section('content') @include('error')

Detalles de la solicitud

Título {{$order->request->title}}
Descripción {{$order->request->description}}

Propuesta aceptada

Precio $ {{$order->request->selected_solution->price}}
Descripción {{$order->request->selected_solution->description}}
@if($errors->has("description")) {{ $errors->first("description") }} @endif
@if($errors->has("amount")) {{ $errors->first("amount") }} @endif
@if($errors->has("rfc")) {{ $errors->first("rfc") }} @endif
@if($errors->has("name")) {{ $errors->first("name") }} @endif
@if($errors->has("date")) {{ $errors->first("date") }} @endif
@if($errors->has("xml_file")) {{ $errors->first("xml_file") }} @endif
@if($errors->has("pdf_file")) {{ $errors->first("pdf_file") }} @endif
@endsection