@extends('backend.ajaxtemplate') @section('content')
@csrf
Student Name - {{ $data->name }}
{{createText("name","name","Name",'',$data->name)}}
{{createText("email","email","Email",'',$data->email)}}
{{createText("phone","phone","Phone",'',$data->phone)}}
{{createText("mobile","mobile","Mobile",'',$data->mobile)}}
{{createText("address","address","Address",'',$data->address)}}
{{createText("address","address","Address",'',$data->address)}}
{{createText("dob","dob","Date of Birth",'',$data->dob)}}
{{createText("gender","gender","Gender",'',$data->gender)}}
{{createText("marital_status","marital_status","Marital Status",'',$data->marital_status)}}
{{createCustomSelect('tbl_countries', 'title', 'country_id', $data->countries_id, 'Interested Country','countries_id', 'form-control select2','status<>-1')}}
{{createText("guardian_name","guardian_name","Guardian Name",'',$data->guardian_name)}}
{{createText("phone","phone","Phone",'',$data->phone)}}
{{createCustomSelect('tbl_sources', 'title', 'source_id', $data->sources_id, 'Source','sources_id', 'form-control select2','status<>-1')}}
{{createCustomSelect('tbl_campaigns', 'title', 'campaign_id', $data->campaigns_id, 'Campaign','campaigns_id', 'form-control select2','status<>-1')}}
SEE
{{createText("see_year","see_year","Year",'',$data->see_year)}}
{{createText("see_grade","see_grade","Grade",'',$data->see_grade)}}
{{createText("see_stream","see_stream","Stream",'',$data->see_stream)}}
{{createText("see_school","see_school","School",'',$data->see_school)}}
PLUS 2
{{createText("plus2_year","plus2_year","Year",'',$data->plus2_year)}}
{{createText("plus2_grade","plus2_grade","Grade",'',$data->plus2_grade)}}
{{createText("plus2_stream","plus2_stream","Stream",'',$data->plus2_stream)}}
{{createText("plus2_college","plus2_college","College",'',$data->plus2_college)}}
BACHELORS
{{createText("bachelors_year","bachelors_year","Year",'',$data->bachelors_year)}}
{{createText("bachelors_grade","bachelors_grade","Grade",'',$data->bachelors_grade)}}
{{createText("bachelors_stream","bachelors_stream","Stream",'',$data->bachelors_stream)}}
{{createText("bachelors_college","bachelors_college","College",'',$data->bachelors_college)}}
HIGHEST QUALIFICATION
{{createText("highest_qualification","highest_qualification","Qualification",'',$data->highest_qualification)}}
{{createText("highest_grade","highest_grade","Grade",'',$data->highest_grade)}}
{{createText("highest_stream","highest_stream","Stream",'',$data->highest_stream)}}
{{createText("highest_college","highest_college","College",'',$data->highest_college)}}
{{createText("preparation_class","preparation_class","Preparation Class",'',$data->preparation_class)}}
{{createText("preparation_score","preparation_score","Preparation Score",'',$data->preparation_score)}}
{{createText("preparation_bandscore","preparation_bandscore","Preparation Bandscore",'',$data->preparation_bandscore)}}
{{createText("preparation_date","preparation_date","Preparation Date",'',$data->preparation_date)}}
{{createText("user_agent","user_agent","User Agent",'',$data->user_agent)}}
{{createText("tags","tags","Tags",'',$data->tags)}}
{{createText("coupen_code","coupen_code","Coupen Code",'',$data->coupen_code)}}
@endsection