@extends('master.back') @section('css') @endsection @section('content')
@foreach($userProfiles as $userProfile)
{{ csrf_field() }} @if($userProfile->user_type == 2)
{{ $userProfile->first_name }} {{ $userProfile->last_name }}
Tour Guide
Details Marketing contact name
{{ $userProfile->marketing_name }}
Phone
{{ $userProfile->phone }}
Email
{{ $userProfile->email }}
New tour enquiry email
{{ $userProfile->tour_email }}
Invoice email
{{ $userProfile->invoice_email }}
City
{{ $userProfile->city }}
Address
{{ $userProfile->address }}
Postal code
{{ $userProfile->postal_code }}
Head office location
{{ $userProfile->office_location }}
Facebook Instagram
Minimum allowed age
{{ $userProfile->min_age }}
Maximum allowed age
{{ $userProfile->max_age }}
Minimum group size
{{ $userProfile->min_group }}
Maximum group size
{{ $userProfile->max_group }}

Overview

Terms and conditions text

@else
{{ $userProfile->first_name }} {{ $userProfile->last_name }}
Customer
Details Phone
{{ $userProfile->phone }}
Email
{{ $userProfile->email }}
City
{{ $userProfile->city }}
Address
{{ $userProfile->address }}
Postal code
{{ $userProfile->postal_code }}
@endif
@if($userProfile->activation == 0) @endif Send Message
@endforeach
@endsection @section('audio') @endsection @section('js') @endsection