@extends('layouts.admin') @section('page-header') @include('admin.host_header_info') @endsection @section('content') @include('admin.host_info')
No | Name | Country | Gender | Birth | Phone | L/C | Location | School Name | Status |
---|---|---|---|---|---|---|---|---|---|
{{ $i+1 }} | {{ $student->user->firstname }} {{ $student->user->lastname }} | {{ $student->inputEngCountry }} | {{ $student->inputGender }} | {{ $student->inputBirth }} | {{ $student->inputPhone }} | {{ $student->local ? $student->local->inputHostMotherFirstName : '' }} {{ $student->local ? $student->local->inputHostMotherLastName : '' }} | {{ $student->inputAddress }} | {{ $student->school ? $student->school->school_name : '' }} | {{ $student->status }} |
No result. |