@extends('front.layouts.master') @section('title', isset($title) ? $title : 'Home') @section('description', isset($description) ? $description : '') @section('keywords', isset($keywords) ? $keywords : '') @section('content')
{{ $title }}/{{ $user->name }}
@csrf
@if($type == 'individual') @include('front.membership_new.admin.from_fields_current_user.individual') @elseif($type == 'employee') @include('front.membership_new.admin.from_fields_current_user.employee') @elseif($type == 'family') @include('front.membership_new.admin.from_fields_current_user.family') @elseif($type == 'corporate') @include('front.membership_new.admin.from_fields_current_user.corporate') @endif
@include('sweetalert::alert') @endsection @push('post_script') @endpush