@extends('adminlte::page') @section('title', "Llista d'entrevistes assignades") @section('content_header') Llista d'entrevistes assignades @endsection @section('breadcrumb') @endsection @section('content') @foreach($citas as $cita) @endforeach
ID Data Horari Usuari Tipus Curs/taller Accions
{{ $cita->id }} {{ App\Helpers\helpers::getdatedayhelper($cita->start_time) }} {{ App\Helpers\helpers::getdatehorarihelper($cita) }} {{ $cita->user->name }} {{ $cita->type }} @if (($cita->type == 'borsa') or ($cita->type == 'orientacio')) borsa @else {{ $cita->curso->name }} @endif Editar
@endsection @section('js') @vite(['resources/js/enable.js']) }}"> @endsection