@extends('layouts.plant_default') @section('script') @endsection @section('menu') @endsection @php $is_campaign_ended = \App\Models\Plant\PlantUsers::IsCampaignEnded(); $comp_footer = $account && $account->slug && \View::exists($custom_view = "components.plant.{$account->slug}.module_header_footer") ? $custom_view : 'components.plant.module_header_footer'; @endphp @section('content') @component($comp_footer) @component('components.plant.module_registration_top') @endcomponent @if($is_campaign_ended) @component('components.plant.msg_campaign_ended') @endcomponent @else

{{config('plant.reg_tagline')}}

Haven't registered with us? Sign Up Now

@endif {{--


Haven't registered with us? Sign Up Now


--}} @endcomponent @endsection