HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers26/gripp.nu/app/views/posts/postDetail.blade.php
@extends('layouts.base')


@section('editable_content')

    <div class="intro-row news">
        <header>

            <nav>
                <a href="/">
                    <div class="logo"></div>
                </a>
                <ul>
                    @foreach(trans('translations.menu') as $menu)
                        <li><a href="/{{$menu['slug']}}">{{$menu['name']}}</a></li>
                    @endforeach
                </ul>
            </nav>

            <div class="call">
                <a href="tel:{{\Config::get('business.phone.call')}}">
                    <div class="icon-circle"><span></span></div>
                    <p>@lang('translations.call') {{\Config::get('business.phone.display')}}</p>
                </a>
            </div>

        </header>
    </div>

    <div class="news-detail-container">
        <div class="background"></div>
        <div class="placeholder">
            <div class="return-row">
                <h2><a href="/">Nieuws</a></h2>
            </div>
        @include('posts.recentNews')

        @include('posts.newsDetail')

        </div>
    </div>

    @include('posts.nextPrev')

    @include('layouts.partials.contactRow')
    @include('layouts.partials.footer')

@endsection

@section('extra-js')
    <script type="text/javascript" src="/js/form.js"></script>
@endsection