@extends('layouts.website_layout') @section('meta_title', $meta_data->meta_title) @section('meta_description', $meta_data->meta_description) @section('banner_image', "banners/".$banner_data->banner_image) @section('canonical_tag', $meta_data->canonical_tag) @section('content')

Your Info

@csrf

Concierge Notifications

How would you like to keep in touch?

@foreach($notifications as $notification_row)
notification_method_id == $notification_row->id) checked @endif>
@endforeach
@endsection