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

Edit Registration - ({{ $data->name }})

@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)}}
{{createCustomSelect('tbl_countries', 'title', 'country_id', $data->countries_id, 'Country','countries_id', 'form-control select2','status<>-1')}}
{{createCustomSelect('tbl_provinces', 'title', 'province_id', $data->provinces_id, 'Province','provinces_id', 'form-control select2','status<>-1')}}
{{createCustomSelect('tbl_districts', 'title', 'district_id', $data->districts_id, 'District','districts_id', 'form-control select2','status<>-1')}}
{{createCustomSelect('tbl_cities', 'title', 'city_id', $data->cities_id, 'City','cities_id', 'form-control select2','status<>-1')}}
{{createCustomSelect('tbl_campaigns', 'title', 'campaign_id', $data->campaigns_id, 'Campaign','campaigns_id', 'form-control select2','status<>-1')}}
{{createCustomSelect('tbl_sources', 'title', 'source_id', $data->sources_id, 'Source','sources_id', 'form-control select2','status<>-1')}}
{{createCustomSelect('tbl_leadcategories', 'title', 'leadcategory_id', $data->leadcategories_id, 'Lead category','leadcategories_id', 'form-control select2','status<>-1')}}
{{createCustomSelect('tbl_agents', 'title', 'agent_id', $data->agents_id, 'Agent','agents_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("preffered_location","preffered_location","Preffered Location",'',$data->preffered_location)}}
{{createText("intrested_for_country","intrested_for_country","Intrested For Country",'',$data->intrested_for_country)}}
{{createText("intrested_course","intrested_course","Intrested Course",'',$data->intrested_course)}}
{{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