@extends('layouts.landing_page.master') @if(!empty($content->meta_title) || !empty($content->page_name)) @section('title', __($content->meta_title ?: $content->page_name)) @else @section('title', __('No page found')) @endif @push('styles') @endpush @section('page-heading-title') @if(!empty($content->meta_title) || !empty($content->page_name)) {{ ucfirst($content->meta_title ?: $content->page_name) }} @else @endif @endsection @section('content') Hello {{ $name ?? 'Member' }}, {{ __('Your Email has been successfully verified.') }} {{ __('You can now start using CSRNOW') }} {{ __('Thank You.') }} {{ __('My Dashboard') }} @endsection @push('scripts') @endpush