@extends('layouts.signed') @section('title', 'Citas del centro') @section('content')

Citas

@if( Auth::user()->profile_id == 4 || Auth::user()->profile_id == 2)
@if( Auth::user()->profile_id == 2) @endif
@endif
@foreach($appointments as $appointment) @endforeach
Donante Fecha Hora Estado Acciones
{{ $appointment->user->first_name }} {{ $appointment->user->last_name }} {{ $appointment->date }} {{ $appointment->hour }} {{ $appointment->status }}
Estados
@endsection @section('script') @endsection