@extends('layouts/sidebar') @section('title') {{$job->title}} @endsection @section('breadcrumb') @endsection @section('content')
@if($job->images) @if(count($job->images) == 1)
{{$job->images[0]->title}}
{{$job->images[0]->title}} @if(isset($job->images[0]->author)) {{$job->images[0]->author}} @endif
@else
    @foreach($job->images as $image)
  • {{$image->title}}
@endforeach
@endif @endif
{!!$job->content!!}

Interesse?

Meld je nu aan voor een vrijblijvende kennismaking met NH Gooi.

Je kan ons ook mailen. Stuur een korte introductie met motivatie naar meebouwen@nhgooi.nl en we nemen contact met je op voor een vrijblijvend kennismakingsgesprek.

Reageer nu!
{{-- @include('widgets/share') --}}
@endsection