@extends('layout.admin_layout') @section('title', 'Color Code') @section('body') @section('badge') @endsection

List of Patients under {{$color_code->color}}

@foreach($color_code_patients as $key=>$u_d) @if($u_d->status == 0) @else @endif @endforeach
No Name Email Phone Gender Status
{{$u_d->name}} {{$u_d->email}} {{$u_d->phone}} {{$u_d->sex}} InactiveActive
@endsection @push('scripts') @endpush