@extends('layouts.admin') @section('page-header') {{ $local->user->lastname }}, {{ $local->user->firstname }} @endsection @section('content') @include('admin.local_info')
Account Info

{{ $agency->user->lastname }}, {{ $agency->user->firstname }}

Agency Info

State :

@foreach ($agency->students as $student) @endforeach @if(count($agency->students) <= 0) @endif
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.
@endsection @section('script') @endsection