@extends('layouts.app') @section('title', 'Transfers') @section('breadcrumb', 'Transfers') @section('content')
Outgoing and incoming transfers for {{ $school->name }}
| Ref | Student | Direction | From | To | Requested | Status | Actions |
|---|---|---|---|---|---|---|---|
{{ $transfer->transfer_ref }} |
{{ $transfer->student->full_name }}
{{ $transfer->student->mcss_student_id }}
|
{{ $isOutgoing ? 'Outgoing' : 'Incoming' }} | {{ $transfer->fromSchool->code }} | {{ $transfer->toSchool->code }} | {{ $transfer->requested_at->format('M d, Y') }} | {{ ucfirst($transfer->status) }} | |
| No transfer records found. | |||||||