@inject('carbon', 'Carbon\Carbon') @section('title', 'Bekijk bedrijf')
Voornaam | Achternaam | Actie |
---|---|---|
{{ $student->first_name }} | {{ $student->last_name }} | Bekijk @if(can('view_crm')) - Bewerk @endif |
Datum | Opleiding | # studenten | @if(can('view_opleidingen'))Actie | @endif
---|---|---|---|
{{ $carbon::parse($opleiding->datum)->format('d-m-Y') }} @if($opleiding->einddatum != NULL) - {{ $carbon::parse($opleiding->einddatum)->format('d-m-Y') }} @endif |
{{ opleidingsnaamByIDwHerkenning($opleiding->id) }}
@foreach($opleidingsdeelInfo[$opleiding->id] as $opleidingsdeel)
{{ $carbon::parse($opleidingsdeel->datum)->format('d-m-Y H:i:s') }}
@endforeach
|
{{ studentenByOpleiding($opleiding->id) }} | @if(can('view_opleidingen'))Bekijk | @endif
Offertenummer | Totaalprijs | Vervaldatum | Getekend | @if(can('view_offertes'))Actie | @endif
---|---|---|---|---|
{{ $offerte->offertenummer }} | € {{ offertePrice($offerte->id) }} (excl: € {{ offertePriceEx($offerte->id) }}) | @if($offerte->vervaldatum == NULL) Nog niet verzonden @endif @if($offerte->vervaldatum != NULL) {{ $offerte->vervaldatum }} @endif | Bekijk | @endif