File: D:/HostingSpaces/SBogers87/basephotography.nl/app/views/layouts/pages/projectCategory.blade.php
@extends('layouts.base')
@section('meta')
<title>{{$data->content->meta_title}}</title>
<meta name="description" content="{{ $data->content->meta_description }}">
@endsection
@section('content')
@include('layouts.partials.header', ['show' => true])
@include('layouts.partials.mobileNavigation')
@include('layouts.partials.projectOverviewCategory')
@include('layouts.partials.contact')
@include('layouts.partials.footer')
@endsection
@section('extra-js')
<script type="text/javascript" src="/js/form.js"></script>
<script type="text/javascript" src="/packages/lazyload.js"></script>
<script type="text/javascript" src="/js/projects.js"></script>
@endsection