@extends('layouts.admin.master') @section('title')Lead {{ $title }} @endsection @push('css') @endpush @section('content')
@csrf
@if(base64_decode(request()->get('action'))=='edit')
@endif
@php $enqPurpose = getLeadStage('EnquirePurpose'); @endphp
View-Enquire
Achievement & Exam
@php $source = getLeadStage('Source'); @endphp
@php $usrList = getUserList(); @endphp
@php $stage = getLeadStage('LeadStage'); @endphp
@php $usrList = getUserList(); @endphp
@if(base64_decode(request()->get('action'))=='add')
@php $counselorList = getLeadFeedbackType("Counselor"); @endphp
@endif
@push('scripts') @if(isset($data)) @else @endif @if(Session()->has('Response')=='Success') @endif @endpush @endsection