@if (isset($pageContent) &&
!is_null($pageContent) &&
($pageContent->content_place == 'both' || $pageContent->content_place == 'top'))
{!! $pageContent->page_content_top !!}
@endif
ID | Subject | Status | Last update |
---|---|---|---|
{{ $ticket->ticket_id }} | {{ $ticket->subject }} | {{ $ticket->status }} | {{ $ticket->lastupdate_time }} |
{!! $pageContent->page_content_bottom !!}
@endif