File: D:/HostingSpaces/SBogers101/cranendonckactief.nl/app/views/layouts/pages/election_list.blade.php
@extends('layouts.master')
@section('editable_content')
<div class="color-wrapper">
@include('layouts.partials.navigation')
<div class="grid-row">
<figure class="header-image">
<picture>
<source media="(max-width: 875px)"
srcset="/img/home/cranendonck_actief_groep@0,5x.jpg">
<source media="(max-width: 1300px)"
srcset="/img/home/cranendonck_actief_groep@0,75x.jpg">
<img src="/img/home/cranendonck_actief_groep.jpg"
alt="parrot">
</picture>
</figure>
</div>
</div>
@include('layouts.partials.electionList.candidates')
@endsection