PHP Classes

File: resources/views/livewire/home.blade.php

Recommend this page to a friend!
  Classes of Ezhaym Najera M   Tec Medika PHP Doctor Apointment System   resources/views/livewire/home.blade.php   Download  
File: resources/views/livewire/home.blade.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Tec Medika PHP Doctor Apointment System
Manage the appointments of patient with doctors
Author: By
Last change:
Date: 8 months ago
Size: 322 bytes
 

Contents

Class file image Download
<div class="row mt-5">
    <div class="col col-12 text-center">
        <h2>Hola {{ $name }}</h2>
    </div>
    <div class="col col-8 mx-auto">
        @if (optional(auth()->user())->role == 2)
        @livewire('appointment')
        @else
        <h1 class="text-center">Tec-Medika</h1>
        @endif
    </div>
</div>