$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 
        echo $gunAd = $tarihdao->Gunler($tarih);
        ?>
</a></h2></center></div>
            
            <div class="panel-body" id="t<?php 
    $bootstrap = new Bootstrap();
    $bootstrap->controller_vb();
    ?>
</head>
<body>
    <?php 
    $header = new Header();
    $header->setDizin('../');
    $header->kokSayfa_header();
    $panel = new PanelInclude();
    $panel->setPath('../');
    $panel->adminInclude();
    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->MusteriGunGoster($tarih);
        ?>
<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 
        echo $gunAd = $tarihdao->Gunler($tarih);
        ?>
</a></h2></center></div>
            
            <div class="panel-body" id="t<?php 
        echo $i;