@extends('layouts.app') @section('title', 'Your experience') @section('content')

{{ $order->number }} - Tell us about your experience

{{ $order->status->name }}

We’ve got a short survey that we’d really appreciate you filling out. It’s so we can know what we’re doing well, and what we need to do better.

{{ csrf_field() }}
{{ showError($errors, 'number') }}
{{ showError($errors, 'comment') }}
@endsection