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

Title :     {{$data->title}}

Email :     {{$data->email}}

Phone :     {{$data->phone}}

Country Interested :     {{$data->country_interested}}

Study Background :     {{$data->study_background}}

Terms And Condition :     {{$data->terms_and_condition}}

Display Order :     {{$data->display_order}}

Status :     {{$data->status == 1 ? 'Active' : 'Inactive'}}

Remarks :     {{$data->remarks}}

Createdby :     {{$data->createdby}}

Updatedby :     {{$data->updatedby}}

Created On :   {{$data->created_at}}

Created By :   {{$data->createdBy}}

Updated On :   {{$data->updated_at}}

Updated By :   {{$data->updatedBy}}

@endSection