@extends('backend.template') @section('content')

Add Student

@csrf @csrf
{{createCustomSelect('tbl_campaigns', 'title', 'campaign_id', '', 'Campaigns Title','campaigns_id', 'form-control select2','status<>-1')}}
{{createCustomSelect('tbl_countries', 'title', 'country_id', '', 'Country','countries_id', 'form-control select2','status<>-1')}}
{{createCustomSelect('tbl_sources', 'title', 'source_id', '', 'Source','sources_id', 'form-control select2','status<>-1')}}
{{createCustomSelect('tbl_leadcategories', 'title', 'leadcategory_id', '', 'Lead Category','leadcategories_id', 'form-control select2','status<>-1')}}
{{createCustomSelect('tbl_agents', 'title', 'agent_id', '', 'Agent Name','agents_id', 'form-control select2','status<>-1')}}
{{createText("name","name","Name")}}
{{createText("email","email","Email")}}
{{createText("address","address","Address")}}
{{createText("phone","phone","Phone")}}
{{createText("mobile","mobile","Mobile")}}
{{createText("see_year","see_year","SEE Year")}}
{{createText("see_grade","see_grade","SEE Grade")}}
{{createText("see_stream","see_stream","SEE Stream")}}
{{createText("see_school","see_school","SEE School")}}
{{createText("plus2_year","plus2_year","Plus2 Year")}}
{{createText("plus2_grade","plus2_grade","Plus2 Grade")}}
{{createText("plus2_stream","plus2_stream","Plus2 Stream")}}
{{createText("plus2_college","plus2_college","Plus2 College")}}
{{createText("bachelors_year","bachelors_year","Bachelors Year")}}
{{createText("bachelors_grade","bachelors_grade","Bachelors Grade")}}
{{createText("bachelors_stream","bachelors_stream","Bachelors Stream")}}
{{createText("bachelors_college","bachelors_college","Bachelors College")}}
{{createText("highest_qualification","highest_qualification","Highest Qualification")}}
{{createText("highest_grade","highest_grade","Highest Grade")}}
{{createText("highest_stream","highest_stream","Highest Stream")}}
{{createText("highest_college","highest_college","Highest College")}}
{{createText("preparation_class","preparation_class","Preparation Class")}}
{{createText("preparation_score","preparation_score","Preparation Score")}}
{{createText("preparation_bandscore","preparation_bandscore","Preparation Bandscore")}}
{{createText("preparation_date","preparation_date","Preparation Date")}}
{{createText("preffered_location","preffered_location","Preffered Location")}}
{{createText("intrested_for_country","intrested_for_country","Intrested For Country")}}
{{createText("intrested_course","intrested_course","Intrested Course")}}
{{createText("user_agent","user_agent","User Agent")}}
{{createText("tags","tags","Tags")}}
{{createText("coupen_code","coupen_code","Coupen Code")}}
{{createPlainTextArea("remarks","remarks ","Remarks")}}
@endsection