@extends('web.main') @section('content')
@foreach($addresses as $address)
{{$address->title}}

{{$address->address}}

@endforeach

Dear valued guest, please complete the following fields and we will contact you soon.

@csrf
@endsection