File: D:/HostingSpaces/SBogers87/basephotography.nl/app/views/layouts/pages/project.blade.php
@extends('layouts.base')
@section('meta')
<title>{{$data->content->name}} | {{\Config::get('business.name')}}</title>
<meta name="description" content="{{ strip_tags(substr($data->content->description, 0 , 140 ))}}...">
@endsection
@section('content')
@include('layouts.partials.header', ['show' => true])
@include('layouts.partials.mobileNavigation')
@include('layouts.partials.project')
@include('layouts.partials.previousNextProject')
@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/project.js"></script>
@endsection