@extends('layouts.member-login') @section('title', 'Other Profile') @section('page_title', 'OtherProfile') @section('page_level_css') @endsection @section('content') @php $textLength = 250; @endphp
@include('member.include.user-info-box')
@csrf @isset($post->id) @endisset
@include('member.include.2027-pn')
@include('member.profile.include.cr02-other-profile') @include('member.profile.include.cr03-other-wishlist') @include('member.profile.include.cr04-other-post') @include('member.profile.include.cr04-other-education-experience') @include('member.profile.include.cr05-other-representative-publication') @include('member.profile.include.cr06-other-collaborations')
@include('member.include.tooltip-modal-box') @endsection @section('page_level_js') @endsection @push('footerscript') @endpush