@extends('layouts.admin') @section('page-header') {{ $local->user->firstname }} {{ $local->user->lastname }} @endsection @section('content') @include('admin.local_info')
@foreach ($local->hosts as $host) @endforeach @if(count($local->hosts) <= 0) @endif
No Email Mother name Father name Address
{{ $host->user_id }} {{ $host->user->email }} {{ $host->inputHostMotherLastName }}, {{ $host->inputHostMotherFirstName }} {{ $host->inputHostFatherLastName }}, {{ $host->inputHostFatherFirstName }} {{ $host->inputStreetAddress }}
No result.
@endsection @section('script') @endsection