@extends('layouts.admin') @section('page-header') {{ $local->user->firstname }} {{ $local->user->lastname }} @endsection @section('content') @include('admin.local_info')
@foreach ($local->students as $student) @endforeach @if(count($local->students) <= 0) @endif
No Name (E-mail) Country Gender Birth Phone H/F Location School Name Status
{{ count($local->students)-$i }} {{ $student->user->lastname }}, {{ $student->user->firstname }} ( {{$student->user->email}} ) {{ $student->inputEngCountry }} {{ $student->inputGender }} {{ $student->inputBirth }} {{ $student->inputPhone }} {{ $student->host ? $student->host->user->lastname : '' }}, {{ $student->host ? $student->host->user->firstname : '' }} {{ $student->inputAddress }} {{ $student->school ? $student->school->school_name : '' }} {{ $student->status }}
No result.
@endsection @section('script') @endsection