File: D:/HostingSpaces/SBogers10/straffer.komma.nl/app/views/layouts/pages/our_work.blade.php
@extends('layouts.base')
@section('editable_content')
@include('layouts.partials.remasteredHeaderImage')
@if($data->content->description != '')
@include('layouts.partials.introRow', ['class'=> 'work'])
@endif
@include('layouts.partials.projectsRow')
@include('layouts.partials.workTogether')
@endsection
@section('extra-js')
@if(in_array('trackingCookieAccepted', array_keys(\Cookie::get())))
<!-- Tracking Cookies -->
<script>
fbq('track', 'ViewContent');
</script>
<!-- End Tracking Cookies -->
@endif
<script type="text/javascript" src="/js/projectView.js"></script>
@endsection