The following "Become a Stockist" Form has been submitted via the Rosewood website: Name: {{ $stockistform->name }} Business name: {{ $stockistform->business_name }} Job title: {{ $stockistform->job_title }} Email adddress: {{ $stockistform->email_address }} Telephone: {{ $stockistform->telephone }} Address 1: {{ $stockistform->address_1 }} Address 2: {{ $stockistform->address_2 }} County: {{ $stockistform->county }} Postcode: {{ $stockistform->postcode }} Business type: {{ $stockistform->business_type }} Length trading: {{ $stockistform->length_trading }} Annual spend: {{ $stockistform->annual_spend }} Receive marketing communications: {{ $stockistform->receive_marketing_communications ? "yes" : "no" }} {{--Categories of interest: @foreach ($sectors as $sector) {{ $sector->title}} @if (!$loop->last), @endif @endforeach --}} |