@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')ID | Nom | Tipus | Accions | @foreach($citas as $cita)
---|---|---|---|
{{ $cita->id }} | {{ $cita->user->name }} | {{ $cita->type }} | @if(Auth::user()->type == 'admin') @endif |