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

{{ label('Add Contactus') }}

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

@endsection