@extends('layout.structure') @section('title-tab') Proposte @endsection @section('title-page') Proposte @endsection @section('content')
Tipo | Titolo | Autore | Allegati | Data richiesta | Stato richiesta | Azioni |
---|---|---|---|---|---|---|
{{$offer->typeName}} | {{$offer->course->title}} | {{$offer->user->lastname}} {{$offer->user->firstname}} |
@foreach($offer->attachments as $attached)
{!! $attached->icon !!} {{$attached->file_name}}
@endforeach
|
{{$offer->created_at->format('d/m/Y')}} | {{$offer->statusName}} | |
Nessuna proposta inviata |