@extends('backend.template') @section('content')
{{label("Sn.")}} | {{ label("title") }} | {{ label("email") }} | {{ label("phone") }} | {{ label("country_interested") }} | {{ label("study_background") }} | {{ label("terms_and_condition") }} | {{ label("Action") }} |
---|---|---|---|---|---|---|---|
{{ $i++ }} | {{ $item->title }} | {{ $item->email }} | {{ $item->phone }} | {{ $item->country_interested }} | {{ $item->study_background }} | {{ $item->terms_and_condition }} |
|