@extends('front.layouts.main') @section('title') Consultant Renew Plan @endsection @section('content') @csrf @if($user->consultant_profile->approved_at) @include ('front.modules.consultant.register.sections.plans') @else Renew Plan Your profile is either under review or rejected. @endif @endsection @push('pageJs') @endpush
Your profile is either under review or rejected.