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

{{ label('Edit Contactus') }}

@csrf
{{createText("title","title","Title",'',$data->title)}}
{{createText("email","email","Email",'',$data->email)}}
{{createText("phone","phone","Phone",'',$data->phone)}}
{{createText("country_interested","country_interested","Country Interested",'',$data->country_interested)}}
{{createText("study_background","study_background","Study Background",'',$data->study_background)}}
{{createText("terms_and_condition","terms_and_condition","Terms And Condition",'',$data->terms_and_condition)}}
{{createPlainTextArea("remarks",'',"Remarks",$data->remarks)}}
@endsection