@extends('cancer_center_admin.layouts.app') @section('title', $patient->name.' | Patient') @section('content')

View Patient

@csrf
@php $statusOptions = config('constants.status_center_admin'); @endphp
@foreach($statusOptions as $key => $status)
status_approved === $key ? 'checked' : '' }}>
@endforeach
Cancel
@endsection @section('scripts') @endsection