@extends('layouts.admin') @section('page-header') {{ $local->user->lastname }}, {{ $local->user->firstname }} @endsection @section('content') @include('admin.local_info')
{{ $agency->user->lastname }}, {{ $agency->user->firstname }}
State :
No | Name | Country | Gender | Birth | Phone | H/F | Location | School Name | Status |
---|---|---|---|---|---|---|---|---|---|
{{ $student->user_id }} | {{ $student->user->lastname }}, {{ $student->user->firstname }} | {{ $student->inputEngCountry }} | {{ $student->inputGender }} | {{ $student->inputBirth }} | {{ $student->inputPhone }} | {{ $student->host ? $student->host->inputHostMotherLastName : '' }}, {{ $student->host ? $student->host->inputHostMotherFirstName : '' }} | {{ $student->inputAddress }} | {{ $student->school ? $student->school->school_name : '' }} | {{ $student->status }} |
No result. |