@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 = getApplicationType(); @endphp
View-Enquire
@php $courses = getCourse('All'); @endphp
@php $source = getLeadStage('Source'); @endphp
@php $stage = getLeadStage('LeadStage'); @endphp
@php $center = getExamCenter(); @endphp
@php $dateList = getExamDate(); @endphp
@push('scripts') @if(isset($data)) @else @endif @if(Session()->has('Response')=='Success') @endif @endpush @endsection