<head>
    <meta charset="UTF-8">
    <title>Müşteri Listesi</title>
    <?php 
    $bootstrap = new Bootstrap();
    $bootstrap->controller_vb();
    ?>
</head>
<body>
    <?php 
    $header = new Header();
    //$header->setKey('Dok');
    $header->setDizin('../');
    $header->kokSayfa_header();
    $panel = new PanelInclude();
    $panel->setPath('../');
    $panel->doktorInclude();
    echo '<br/><br/><br/>';
    for ($i = 0; $i < 7; $i++) {
        $tarih = date("Y-m-d", mktime(0, 0, 0, date("m"), date("d") + $i, date("Y")));
        $tarihdao = new TarihDAO();
        $musteriList = $tarihdao->MusteriDoktorGunGoster($tarih, $_SESSION['doktor_id']);
        ?>
       
<div class="container">
    <div class="panel-group">        
        <div class="panel panel-primary">
            <div class="panel-heading"  id="b<?php 
        echo $i;
        ?>
" style="background-color: #ff0906;" ><center><a  style="color: white;text-decoration: none;"><h2><?php