@extends('layouts.admin') @section('page-header') {{ $student->user->lastname }}, {{ $student->user->firstname }} @endsection @section('content') @include('admin.student_info')
@for($i=0,$cnt=count($histories);$i<$cnt;$i++) @endfor @if(count($histories) <= 0) @endif
HF
(Mother/Father)
School Move in Move out Comment Created_at Created_by Modify
{{ $history->host_name }} {{ $history->school }} {{ $history->move_in }} {{ $history->move_out }} {{ $history->comment }} Jul/05/2025 {{ $history->writer->lastname }}, {{ $history->writer->firstname }}
No result.
@endsection @section('script') @endsection