@extends('layouts.plant_default') @section('script') @endsection @section('menu') @endsection @php $is_campaign_ended = \App\Models\Plant\PlantUsers::IsCampaignEnded(); @endphp @section('content') @component('components.plant.module_header_footer') @component('components.plant.module_registration_top') @endcomponent @if($is_campaign_ended) @component('components.plant.msg_campaign_ended') @endcomponent @else