@extends('front.master') @section('title', 'Unsubscribe') @section('meta_title', 'Unsubscribe') @section('description', 'Unsubscribe') {{-- facebook meta tags --}} @section('fb_meta_title', 'Unsubscribe') @section('fb_description', 'Unsubscribe') @section('fb_route', URL::current()) @section('fb_type', 'website') @section('fb_image', asset('/images/new_design_2022/offer_ca3rd.png')) {{--twitter meta tags --}} @section('twitter_meta_title', 'Unsubscribe') @section('twitter_description', 'Unsubscribe') @section('twitter_url', URL::current()) @section('content')
@livewire('front.unsubscribe-form', ['email' => $email])
#

Unsubscribe Page

@livewire('front.unsubscribe-form', ['email' => $email])
@endsection @push('modals') @endpush @push('scripts') @endpush