@extends('layouts.branch') @section('title', "OPD Check-in Log") @section('header', "OPD Visit History") @section('content')
@include('partials.branch._breadcrumbs', [ 'breadcrumbs' => [ ['name' => 'Registration Directory', 'url' => route('branch.patients.index')], ['name' => "OPD Check-in Log", 'url' => route('branch.registrations.index')] ] ]) @if(session('status'))

Operation Successful

{{ session('status') }}

@endif

OPD Check-in Log

{{ $registrations->total() }} Volume

Monitoring daily outpatient flow and clinical check-ins

Export Reset
@include('branch.registrations._table')

Cancel Visit

Void this registration record

@csrf

This context will be saved for audit logs

Close Day

Warning: This will mark all remaining active registrations for the selected date as expired. This action cannot be undone.

@csrf
@push('scripts') @endpush @endsection