@extends('adminlte::page') @section('title', "Llista d'entrevistes a la paperera") @section('content_header') Llista d'entrevistes a la paperera @endsection @section('breadcrumb') @endsection @section('content') @foreach($citas as $cita) @endforeach
ID Nom Tipus Accions
{{ $cita->id }} {{ $cita->user->name }} {{ $cita->type }} @if(Auth::user()->type == 'admin') @endif
@endsection @section('js') @vite(['resources/js/enable.js']) }}"> @endsection