@foreach($organisations as $organisation) @endforeach
User Account Firstname Lastname Country_of_birth Nationality Email Mobile Covid_vaccination Yellow_fever Medical_conditions Allergies Medications Health_attachments Blood_types Height Weight Bio Nickname Profile Gender Address birth_date Created at Updated at
{{ $organisation->user->name }} {{ $organisation->firstname }} {{ $organisation->lastname }} {{ $organisation->country_of_birth }} {{ $organisation->nationality }} {{ $organisation->email }} {{ $organisation->mobile }} {{ $organisation->covid_vaccination }} {{ $organisation->yellow_fever }} {{ $organisation->medical_conditions }} {{ $organisation->allergies }} {{ $organisation->medications }} {{ $organisation->health_attachments }} {{ $organisation->blood_types }} {{ $organisation->height }} {{ $organisation->weight }} {{ $organisation->bio }} {{ $organisation->nickname }} {{ $organisation->profile }} {{ $organisation->gender }} {{ $organisation->address }} {{ $organisation->birth_date }} {{ $organisation->created_at }} {{ $organisation->updated_at }}