@extends('adminlte::page') @section('title', "Llista d'entrevistes assignades") @section('content_header') Llista d'entrevistes assignades @endsection @section('breadcrumb')
@endsection @section('content') Afegir nova entrevistaID | Data | Horari | Usuari | Entrevistador | Tipus | Accions | @foreach($citas as $cita)
---|---|---|---|---|---|---|
{{ $cita->id }} | {{ App\Helpers\helpers::getdatedayhelper($cita->start_time) }} | {{ App\Helpers\helpers::getdatehorarihelper($cita) }} | {{ $cita->user->name }} | {{ $cita->entrevistador->name }} | {{ $cita->type }} | Editar |