ErrorException (E_ERROR)
Trying to get property 'post_content' of non-object (View: /homepages/29/d273910201/htdocs/wp-content/themes/frametech/resources/views/index.blade.php)
Previous exceptions
  • Trying to get property 'post_content' of non-object (0)
ErrorException thrown with message "Trying to get property 'post_content' of non-object (View: /homepages/29/d273910201/htdocs/wp-content/themes/frametech/resources/views/index.blade.php)" Stacktrace: #14 ErrorException in /homepages/29/d273910201/htdocs/wp-content/themes/frametech/storage/framework/views/2e1d521ca394a6c4cade2c0365eed68755067738.php:7 #13 Illuminate\View\Engines\CompilerEngine:handleViewException in /homepages/29/d273910201/htdocs/wp-content/themes/frametech/vendor/illuminate/view/Engines/PhpEngine.php:60 #12 ErrorException in /homepages/29/d273910201/htdocs/wp-content/themes/frametech/storage/framework/views/2e1d521ca394a6c4cade2c0365eed68755067738.php:7 #11 Illuminate\Foundation\Bootstrap\HandleExceptions:handleError in /homepages/29/d273910201/htdocs/wp-content/themes/frametech/storage/framework/views/2e1d521ca394a6c4cade2c0365eed68755067738.php:7 #10 require in /homepages/29/d273910201/htdocs/wp-content/themes/frametech/vendor/illuminate/filesystem/Filesystem.php:107 #9 Illuminate\Filesystem\Filesystem:Illuminate\Filesystem\{closure} in /homepages/29/d273910201/htdocs/wp-content/themes/frametech/vendor/illuminate/filesystem/Filesystem.php:108 #8 Illuminate\Filesystem\Filesystem:getRequire in /homepages/29/d273910201/htdocs/wp-content/themes/frametech/vendor/illuminate/view/Engines/PhpEngine.php:58 #7 Illuminate\View\Engines\PhpEngine:evaluatePath in /homepages/29/d273910201/htdocs/wp-content/themes/frametech/vendor/illuminate/view/Engines/CompilerEngine.php:61 #6 Illuminate\View\Engines\CompilerEngine:get in /homepages/29/d273910201/htdocs/wp-content/themes/frametech/vendor/illuminate/view/View.php:139 #5 Illuminate\View\View:getContents in /homepages/29/d273910201/htdocs/wp-content/themes/frametech/vendor/illuminate/view/View.php:122 #4 Illuminate\View\View:renderContents in /homepages/29/d273910201/htdocs/wp-content/themes/frametech/vendor/illuminate/view/View.php:91 #3 Illuminate\View\View:render in /homepages/29/d273910201/htdocs/wp-content/themes/frametech/index.php:1 #2 include in /homepages/29/d273910201/htdocs/wp-includes/template-loader.php:106 #1 require_once in /homepages/29/d273910201/htdocs/wp-blog-header.php:19 #0 require in /homepages/29/d273910201/htdocs/index.php:17
14
ErrorException
/storage/framework/views/2e1d521ca394a6c4cade2c0365eed68755067738.php7
13
Illuminate\View\Engines\CompilerEngine handleViewException
/vendor/illuminate/view/Engines/PhpEngine.php60
12
ErrorException
/storage/framework/views/2e1d521ca394a6c4cade2c0365eed68755067738.php7
11
Illuminate\Foundation\Bootstrap\HandleExceptions handleError
/storage/framework/views/2e1d521ca394a6c4cade2c0365eed68755067738.php7
10
require
/vendor/illuminate/filesystem/Filesystem.php107
9
Illuminate\Filesystem\Filesystem Illuminate\Filesystem\{closure}
/vendor/illuminate/filesystem/Filesystem.php108
8
Illuminate\Filesystem\Filesystem getRequire
/vendor/illuminate/view/Engines/PhpEngine.php58
7
Illuminate\View\Engines\PhpEngine evaluatePath
/vendor/illuminate/view/Engines/CompilerEngine.php61
6
Illuminate\View\Engines\CompilerEngine get
/vendor/illuminate/view/View.php139
5
Illuminate\View\View getContents
/vendor/illuminate/view/View.php122
4
Illuminate\View\View renderContents
/vendor/illuminate/view/View.php91
3
Illuminate\View\View render
/index.php1
2
include
/homepages/29/d273910201/htdocs/wp-includes/template-loader.php106
1
require_once
/homepages/29/d273910201/htdocs/wp-blog-header.php19
0
require
/homepages/29/d273910201/htdocs/index.php17
/homepages/29/d273910201/htdocs/wp-content/themes/frametech/storage/framework/views/2e1d521ca394a6c4cade2c0365eed68755067738.php
<?php $__env->startSection('content'); ?>
 
    <?php echo $__env->make('partials.hero', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
 
    <?php $page_for_posts = get_option( 'page_for_posts' ); ?>
 
    <?php if( '' !== get_post()->post_content ): ?>
        <section>
            <div class="grid-container">
                <div class="grid-x grid-margin-x">
                    <div class="large-5 medium-6 small-12 cell">
                        <?php echo get_post_field( 'post_content', $page_for_posts ); ?>
                    </div>
                    <?php if(get_field('intro', $page_for_posts)): ?>
                        <div class="large-7 medium-6 small-12 cell">
                            <?php echo the_field('intro', $page_for_posts); ?>
 
                        </div>
                    <?php endif; ?>
                </div>
            </div>
        </section>
    <?php endif; ?>
 
    <section class="news-wrap secondary panel">
        <div class="grid-container">
            <div class="grid-x grid-margin-x">
                <div class="large-10 medium-11 small-12 cell">
                    <?php $args = array(
                        'post_type' => 'post',
                        'posts_per_page' => -1,
                        'orderby' => 'menu_order title',
                        'order' => 'ASC',
                    );
                    $blog_posts = new WP_Query( $args ); ?>
 
                    <?php $__currentLoopData = $blog_posts->posts; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $blog_post): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                        <h5>FEATURED WORK</h5>
                          <h2><?php echo e($blog_post->post_title); ?></h2>
                          <hr class="secondary small mb4">
Arguments
  1. "Trying to get property 'post_content' of non-object (View: /homepages/29/d273910201/htdocs/wp-content/themes/frametech/resources/views/index.blade.php)"
    
/homepages/29/d273910201/htdocs/wp-content/themes/frametech/vendor/illuminate/view/Engines/PhpEngine.php
    /**
     * Get the evaluated contents of the view at the given path.
     *
     * @param  string  $path
     * @param  array  $data
     * @return string
     */
    protected function evaluatePath($path, $data)
    {
        $obLevel = ob_get_level();
 
        ob_start();
 
        // We'll evaluate the contents of the view inside a try/catch block so we can
        // flush out any stray output that might get out before an error occurs or
        // an exception is thrown. This prevents any partial views from leaking.
        try {
            $this->files->getRequire($path, $data);
        } catch (Throwable $e) {
            $this->handleViewException($e, $obLevel);
        }
 
        return ltrim(ob_get_clean());
    }
 
    /**
     * Handle a view exception.
     *
     * @param  \Throwable  $e
     * @param  int  $obLevel
     * @return void
     *
     * @throws \Throwable
     */
    protected function handleViewException(Throwable $e, $obLevel)
    {
        while (ob_get_level() > $obLevel) {
            ob_end_clean();
        }
 
Arguments
  1. ErrorException {#2358
      #message: "Trying to get property 'post_content' of non-object"
      #code: 0
      #file: "/homepages/29/d273910201/htdocs/wp-content/themes/frametech/storage/framework/views/2e1d521ca394a6c4cade2c0365eed68755067738.php"
      #line: 7
      #severity: E_NOTICE
    }
    
  2. 2
    
/homepages/29/d273910201/htdocs/wp-content/themes/frametech/storage/framework/views/2e1d521ca394a6c4cade2c0365eed68755067738.php
<?php $__env->startSection('content'); ?>
 
    <?php echo $__env->make('partials.hero', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
 
    <?php $page_for_posts = get_option( 'page_for_posts' ); ?>
 
    <?php if( '' !== get_post()->post_content ): ?>
        <section>
            <div class="grid-container">
                <div class="grid-x grid-margin-x">
                    <div class="large-5 medium-6 small-12 cell">
                        <?php echo get_post_field( 'post_content', $page_for_posts ); ?>
                    </div>
                    <?php if(get_field('intro', $page_for_posts)): ?>
                        <div class="large-7 medium-6 small-12 cell">
                            <?php echo the_field('intro', $page_for_posts); ?>
 
                        </div>
                    <?php endif; ?>
                </div>
            </div>
        </section>
    <?php endif; ?>
 
    <section class="news-wrap secondary panel">
        <div class="grid-container">
            <div class="grid-x grid-margin-x">
                <div class="large-10 medium-11 small-12 cell">
                    <?php $args = array(
                        'post_type' => 'post',
                        'posts_per_page' => -1,
                        'orderby' => 'menu_order title',
                        'order' => 'ASC',
                    );
                    $blog_posts = new WP_Query( $args ); ?>
 
                    <?php $__currentLoopData = $blog_posts->posts; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $blog_post): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                        <h5>FEATURED WORK</h5>
                          <h2><?php echo e($blog_post->post_title); ?></h2>
                          <hr class="secondary small mb4">
Arguments
  1. "Trying to get property 'post_content' of non-object"
    
Exception message: Trying to get property 'post_content' of non-object
/homepages/29/d273910201/htdocs/wp-content/themes/frametech/storage/framework/views/2e1d521ca394a6c4cade2c0365eed68755067738.php
<?php $__env->startSection('content'); ?>
 
    <?php echo $__env->make('partials.hero', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
 
    <?php $page_for_posts = get_option( 'page_for_posts' ); ?>
 
    <?php if( '' !== get_post()->post_content ): ?>
        <section>
            <div class="grid-container">
                <div class="grid-x grid-margin-x">
                    <div class="large-5 medium-6 small-12 cell">
                        <?php echo get_post_field( 'post_content', $page_for_posts ); ?>
                    </div>
                    <?php if(get_field('intro', $page_for_posts)): ?>
                        <div class="large-7 medium-6 small-12 cell">
                            <?php echo the_field('intro', $page_for_posts); ?>
 
                        </div>
                    <?php endif; ?>
                </div>
            </div>
        </section>
    <?php endif; ?>
 
    <section class="news-wrap secondary panel">
        <div class="grid-container">
            <div class="grid-x grid-margin-x">
                <div class="large-10 medium-11 small-12 cell">
                    <?php $args = array(
                        'post_type' => 'post',
                        'posts_per_page' => -1,
                        'orderby' => 'menu_order title',
                        'order' => 'ASC',
                    );
                    $blog_posts = new WP_Query( $args ); ?>
 
                    <?php $__currentLoopData = $blog_posts->posts; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $blog_post): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                        <h5>FEATURED WORK</h5>
                          <h2><?php echo e($blog_post->post_title); ?></h2>
                          <hr class="secondary small mb4">
Arguments
  1. 8
    
  2. "Trying to get property 'post_content' of non-object"
    
  3. "/homepages/29/d273910201/htdocs/wp-content/themes/frametech/storage/framework/views/2e1d521ca394a6c4cade2c0365eed68755067738.php"
    
  4. 7
    
  5. array:15 [
      "__path" => "/homepages/29/d273910201/htdocs/wp-content/themes/frametech/storage/framework/views/2e1d521ca394a6c4cade2c0365eed68755067738.php"
      "__data" => array:12 [
        "__env" => Illuminate\View\Factory {#1230}
        "app" => Roots\Acorn\Application {#1141}
        "siteName" => "FrameTech"
        "title" => ""
        "fields" => array:1 [
          0 => false
        ]
        "contact" => array:6 [
          "email" => "enquiries@frame-tech.co.uk"
          "phone" => "01924 481540"
          "twitter" => ""
          "facebook" => ""
          "instagram" => ""
          "address" => """
            FrameTech Structures,<br />\r\n
            Lock Way, Ravensthorpe,<br />\r\n
            Dewsbury, WF13 3SX
            """
        ]
        "cta" => array:2 [
          "text" => "<h3>Let&#8217;s talk about your next project</h3>\n"
          "image" => null
        ]
        "global" => array:9 [
          "our_offer_intro_text" => """
            <h2>Our Systems</h2>\n
            <p>At FrameTech we offer three varying offsite timber<br />\n
            frame panel systems:</p>\n
            """
          "systems" => array:3 [
            0 => array:3 [
              "title" => "Open System"
              "image" => array:24 [
                "ID" => 462
                "id" => 462
                "title" => "open-system"
                "filename" => "open-system.png"
                "filesize" => 30974
                "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system.png"
                "link" => "https://frame-tech.co.uk/open-system/"
                "alt" => ""
                "author" => "1"
                "description" => ""
                "caption" => ""
                "name" => "open-system"
                "status" => "inherit"
                "uploaded_to" => 0
                "date" => "2021-06-30 15:03:15"
                "modified" => "2021-06-30 15:03:15"
                "menu_order" => 0
                "mime_type" => "image/png"
                "type" => "image"
                "subtype" => "png"
                "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
                "width" => 216
                "height" => 167
                "sizes" => array:18 [
                  "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system-150x150.png"
                  "thumbnail-width" => 150
                  "thumbnail-height" => 150
                  "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system.png"
                  "medium-width" => 216
                  "medium-height" => 167
                  "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system.png"
                  "medium_large-width" => 216
                  "medium_large-height" => 167
                  "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system.png"
                  "large-width" => 216
                  "large-height" => 167
                  "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system.png"
                  "1536x1536-width" => 216
                  "1536x1536-height" => 167
                  "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system.png"
                  "2048x2048-width" => 216
                  "2048x2048-height" => 167
                ]
              ]
              "link" => ""
            ]
            1 => array:3 [
              "title" => "Hybrid System"
              "image" => array:24 [
                "ID" => 256
                "id" => 256
                "title" => "hybrid-system"
                "filename" => "hybrid-system.png"
                "filesize" => 39286
                "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system.png"
                "link" => "https://frame-tech.co.uk/hybrid-system/"
                "alt" => ""
                "author" => "1"
                "description" => ""
                "caption" => ""
                "name" => "hybrid-system"
                "status" => "inherit"
                "uploaded_to" => 0
                "date" => "2021-06-28 15:15:06"
                "modified" => "2021-06-28 15:15:06"
                "menu_order" => 0
                "mime_type" => "image/png"
                "type" => "image"
                "subtype" => "png"
                "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
                "width" => 216
                "height" => 167
                "sizes" => array:18 [
                  "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system-150x150.png"
                  "thumbnail-width" => 150
                  "thumbnail-height" => 150
                  "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system.png"
                  "medium-width" => 216
                  "medium-height" => 167
                  "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system.png"
                  "medium_large-width" => 216
                  "medium_large-height" => 167
                  "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system.png"
                  "large-width" => 216
                  "large-height" => 167
                  "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system.png"
                  "1536x1536-width" => 216
                  "1536x1536-height" => 167
                  "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system.png"
                  "2048x2048-width" => 216
                  "2048x2048-height" => 167
                ]
              ]
              "link" => ""
            ]
            2 => array:3 [
              "title" => "Closed System"
              "image" => array:24 [
                "ID" => 255
                "id" => 255
                "title" => "closed-system"
                "filename" => "closed-system.png"
                "filesize" => 34732
                "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system.png"
                "link" => "https://frame-tech.co.uk/closed-system/"
                "alt" => ""
                "author" => "1"
                "description" => ""
                "caption" => ""
                "name" => "closed-system"
                "status" => "inherit"
                "uploaded_to" => 0
                "date" => "2021-06-28 15:15:06"
                "modified" => "2021-06-28 15:15:06"
                "menu_order" => 0
                "mime_type" => "image/png"
                "type" => "image"
                "subtype" => "png"
                "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
                "width" => 216
                "height" => 167
                "sizes" => array:18 [
                  "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system-150x150.png"
                  "thumbnail-width" => 150
                  "thumbnail-height" => 150
                  "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system.png"
                  "medium-width" => 216
                  "medium-height" => 167
                  "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system.png"
                  "medium_large-width" => 216
                  "medium_large-height" => 167
                  "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system.png"
                  "large-width" => 216
                  "large-height" => 167
                  "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system.png"
                  "1536x1536-width" => 216
                  "1536x1536-height" => 167
                  "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system.png"
                  "2048x2048-width" => 216
                  "2048x2048-height" => 167
                ]
              ]
              "link" => ""
            ]
          ]
          "accreditations_text" => """
            <h2>Industry-Standard<br />\n
            Accreditations</h2>\n
            """
          "logos" => array:5 [
            0 => array:24 [
              "ID" => 699
              "id" => 699
              "title" => "chas_2"
              "filename" => "chas_2.png"
              "filesize" => 4105
              "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
              "link" => "https://frame-tech.co.uk/chas_2/"
              "alt" => ""
              "author" => "1"
              "description" => ""
              "caption" => ""
              "name" => "chas_2"
              "status" => "inherit"
              "uploaded_to" => 0
              "date" => "2021-12-02 15:59:41"
              "modified" => "2021-12-02 15:59:41"
              "menu_order" => 0
              "mime_type" => "image/png"
              "type" => "image"
              "subtype" => "png"
              "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
              "width" => 150
              "height" => 150
              "sizes" => array:18 [
                "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
                "thumbnail-width" => 150
                "thumbnail-height" => 150
                "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
                "medium-width" => 150
                "medium-height" => 150
                "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
                "medium_large-width" => 150
                "medium_large-height" => 150
                "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
                "large-width" => 150
                "large-height" => 150
                "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
                "1536x1536-width" => 150
                "1536x1536-height" => 150
                "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
                "2048x2048-width" => 150
                "2048x2048-height" => 150
              ]
            ]
            1 => array:24 [
              "ID" => 700
              "id" => 700
              "title" => "sta_2"
              "filename" => "sta_2.png"
              "filesize" => 3964
              "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
              "link" => "https://frame-tech.co.uk/sta_2/"
              "alt" => ""
              "author" => "1"
              "description" => ""
              "caption" => ""
              "name" => "sta_2"
              "status" => "inherit"
              "uploaded_to" => 0
              "date" => "2021-12-02 15:59:41"
              "modified" => "2021-12-02 15:59:41"
              "menu_order" => 0
              "mime_type" => "image/png"
              "type" => "image"
              "subtype" => "png"
              "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
              "width" => 150
              "height" => 150
              "sizes" => array:18 [
                "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
                "thumbnail-width" => 150
                "thumbnail-height" => 150
                "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
                "medium-width" => 150
                "medium-height" => 150
                "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
                "medium_large-width" => 150
                "medium_large-height" => 150
                "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
                "large-width" => 150
                "large-height" => 150
                "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
                "1536x1536-width" => 150
                "1536x1536-height" => 150
                "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
                "2048x2048-width" => 150
                "2048x2048-height" => 150
              ]
            ]
            2 => array:24 [
              "ID" => 701
              "id" => 701
              "title" => "Structural_Timber_Association_Member_2"
              "filename" => "Structural_Timber_Association_Member_2.png"
              "filesize" => 3269
              "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
              "link" => "https://frame-tech.co.uk/structural_timber_association_member_2/"
              "alt" => ""
              "author" => "1"
              "description" => ""
              "caption" => ""
              "name" => "structural_timber_association_member_2"
              "status" => "inherit"
              "uploaded_to" => 0
              "date" => "2021-12-02 15:59:42"
              "modified" => "2021-12-02 15:59:42"
              "menu_order" => 0
              "mime_type" => "image/png"
              "type" => "image"
              "subtype" => "png"
              "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
              "width" => 150
              "height" => 150
              "sizes" => array:18 [
                "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
                "thumbnail-width" => 150
                "thumbnail-height" => 150
                "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
                "medium-width" => 150
                "medium-height" => 150
                "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
                "medium_large-width" => 150
                "medium_large-height" => 150
                "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
                "large-width" => 150
                "large-height" => 150
                "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
                "1536x1536-width" => 150
                "1536x1536-height" => 150
                "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
                "2048x2048-width" => 150
                "2048x2048-height" => 150
              ]
            ]
            3 => array:24 [
              "ID" => 696
              "id" => 696
              "title" => "9001_2"
              "filename" => "9001_2.png"
              "filesize" => 3796
              "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
              "link" => "https://frame-tech.co.uk/9001_2/"
              "alt" => ""
              "author" => "1"
              "description" => ""
              "caption" => ""
              "name" => "9001_2"
              "status" => "inherit"
              "uploaded_to" => 0
              "date" => "2021-12-02 15:59:39"
              "modified" => "2021-12-02 15:59:39"
              "menu_order" => 0
              "mime_type" => "image/png"
              "type" => "image"
              "subtype" => "png"
              "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
              "width" => 150
              "height" => 150
              "sizes" => array:18 [
                "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
                "thumbnail-width" => 150
                "thumbnail-height" => 150
                "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
                "medium-width" => 150
                "medium-height" => 150
                "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
                "medium_large-width" => 150
                "medium_large-height" => 150
                "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
                "large-width" => 150
                "large-height" => 150
                "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
                "1536x1536-width" => 150
                "1536x1536-height" => 150
                "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
                "2048x2048-width" => 150
                "2048x2048-height" => 150
              ]
            ]
            4 => array:24 [
              "ID" => 697
              "id" => 697
              "title" => "14001_2"
              "filename" => "14001_2.png"
              "filesize" => 3829
              "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
              "link" => "https://frame-tech.co.uk/14001_2/"
              "alt" => ""
              "author" => "1"
              "description" => ""
              "caption" => ""
              "name" => "14001_2"
              "status" => "inherit"
              "uploaded_to" => 0
              "date" => "2021-12-02 15:59:40"
              "modified" => "2021-12-02 15:59:40"
              "menu_order" => 0
              "mime_type" => "image/png"
              "type" => "image"
              "subtype" => "png"
              "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
              "width" => 150
              "height" => 150
              "sizes" => array:18 [
                "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
                "thumbnail-width" => 150
                "thumbnail-height" => 150
                "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
                "medium-width" => 150
                "medium-height" => 150
                "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
                "medium_large-width" => 150
                "medium_large-height" => 150
                "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
                "large-width" => 150
                "large-height" => 150
                "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
                "1536x1536-width" => 150
                "1536x1536-height" => 150
                "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
                "2048x2048-width" => 150
                "2048x2048-height" => 150
              ]
            ]
          ]
          "brochure_text" => """
            <h2>Download Our Brochure</h2>\n
            <p>Enter your details into the form below to download the latest FrameTech brochure. We won’t share your details with anyone.</p>\n
            """
          "brochure_image" => array:24 [
            "ID" => 127
            "id" => 127
            "title" => "brochure"
            "filename" => "brochure.png"
            "filesize" => 150485
            "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure.png"
            "link" => "https://frame-tech.co.uk/brochure/"
            "alt" => ""
            "author" => "1"
            "description" => ""
            "caption" => ""
            "name" => "brochure"
            "status" => "inherit"
            "uploaded_to" => 0
            "date" => "2021-06-22 14:41:57"
            "modified" => "2021-06-22 14:41:57"
            "menu_order" => 0
            "mime_type" => "image/png"
            "type" => "image"
            "subtype" => "png"
            "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
            "width" => 429
            "height" => 602
            "sizes" => array:18 [
              "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure-150x150.png"
              "thumbnail-width" => 150
              "thumbnail-height" => 150
              "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure-214x300.png"
              "medium-width" => 214
              "medium-height" => 300
              "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure.png"
              "medium_large-width" => 429
              "medium_large-height" => 602
              "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure.png"
              "large-width" => 429
              "large-height" => 602
              "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure.png"
              "1536x1536-width" => 429
              "1536x1536-height" => 602
              "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure.png"
              "2048x2048-width" => 429
              "2048x2048-height" => 602
            ]
          ]
          "testimonials" => array:2 [
            0 => array:3 [
              "text" => """
                We are working with FrameTech across multiple sites as we have found them very easily to deal with, they supply a quality timber frame kit and service.\r\n
                We look forward to working with them on future sites.
                """
              "name" => "Paul McGarry"
              "title" => "Regional Operations Director, Lovell North West"
            ]
            1 => array:3 [
              "text" => "Working with FrameTech on site has been effortless, they have helped us by adhering to our programme and dates whilst providing a quality timber frame kit, any technical or site issues that arose were dealt with quickly and efficiently."
              "name" => "Nathan Phillips"
              "title" => "Construction director, Russell Homes"
            ]
          ]
          "our_process_intro_text" => """
            <h5>Our Process</h5>\n
            <h2>We’ve invested millions in the latest manufacturing technology and <span style="color: #3aab4f;">constantly invest in our staff – to offer the best possible solution to our clients.</span></h2>\n
            """
          "processes" => array:3 [
            0 => array:4 [
              "icon" => array:24 [
                "ID" => 153
                "id" => 153
                "title" => "design"
                "filename" => "design.svg"
                "filesize" => 2824
                "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
                "link" => "https://frame-tech.co.uk/home/design/"
                "alt" => ""
                "author" => "1"
                "description" => ""
                "caption" => ""
                "name" => "design"
                "status" => "inherit"
                "uploaded_to" => 2
                "date" => "2021-06-23 11:23:57"
                "modified" => "2021-06-23 11:43:10"
                "menu_order" => 0
                "mime_type" => "image/svg+xml"
                "type" => "image"
                "subtype" => "svg+xml"
                "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
                "width" => 80
                "height" => 80
                "sizes" => array:18 [
                  "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
                  "thumbnail-width" => 150
                  "thumbnail-height" => 150
                  "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
                  "medium-width" => 300
                  "medium-height" => 300
                  "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
                  "medium_large-width" => 768
                  "medium_large-height" => 1
                  "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
                  "large-width" => 1024
                  "large-height" => 1024
                  "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
                  "1536x1536-width" => 80
                  "1536x1536-height" => 80
                  "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
                  "2048x2048-width" => 80
                  "2048x2048-height" => 80
                ]
              ]
              "title" => "Design"
              "image" => array:24 [
                "ID" => 293
                "id" => 293
                "title" => "Our_Process_Design"
                "filename" => "Our_Process_Design.png"
                "filesize" => 130397
                "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design.png"
                "link" => "https://frame-tech.co.uk/our_process_design/"
                "alt" => "Design"
                "author" => "1"
                "description" => ""
                "caption" => ""
                "name" => "our_process_design"
                "status" => "inherit"
                "uploaded_to" => 0
                "date" => "2021-06-30 09:21:39"
                "modified" => "2021-06-30 09:23:18"
                "menu_order" => 0
                "mime_type" => "image/png"
                "type" => "image"
                "subtype" => "png"
                "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
                "width" => 804
                "height" => 507
                "sizes" => array:18 [
                  "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design-150x150.png"
                  "thumbnail-width" => 150
                  "thumbnail-height" => 150
                  "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design-300x189.png"
                  "medium-width" => 300
                  "medium-height" => 189
                  "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design-768x484.png"
                  "medium_large-width" => 768
                  "medium_large-height" => 484
                  "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design.png"
                  "large-width" => 804
                  "large-height" => 507
                  "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design.png"
                  "1536x1536-width" => 804
                  "1536x1536-height" => 507
                  "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design.png"
                  "2048x2048-width" => 804
                  "2048x2048-height" => 507
                ]
              ]
              "description" => """
                <p>Our experienced designers will work with your team to create efficient, compliant and cost effective timber frame systems for your next project.</p>\n
                <p><a class="button secondary" href="https://frame-tech.co.uk/process/design/">Learn More</a></p>\n
                """
            ]
            1 => array:4 [
              "icon" => array:24 [
                "ID" => 291
                "id" => 291
                "title" => "manufacture"
                "filename" => "manufacture.svg"
                "filesize" => 6501
                "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
                "link" => "https://frame-tech.co.uk/manufacture/"
                "alt" => "Manufacture"
                "author" => "1"
                "description" => ""
                "caption" => ""
                "name" => "manufacture"
                "status" => "inherit"
                "uploaded_to" => 0
                "date" => "2021-06-30 09:09:08"
                "modified" => "2021-06-30 09:09:17"
                "menu_order" => 0
                "mime_type" => "image/svg+xml"
                "type" => "image"
                "subtype" => "svg+xml"
                "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
                "width" => 87
                "height" => 87
                "sizes" => array:18 [
                  "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
                  "thumbnail-width" => 150
                  "thumbnail-height" => 150
                  "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
                  "medium-width" => 300
                  "medium-height" => 300
                  "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
                  "medium_large-width" => 768
                  "medium_large-height" => 1
                  "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
                  "large-width" => 1024
                  "large-height" => 1024
                  "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
                  "1536x1536-width" => 87
                  "1536x1536-height" => 87
                  "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
                  "2048x2048-width" => 87
                  "2048x2048-height" => 87
                ]
              ]
              "title" => "Manufacture"
              "image" => array:24 [
                "ID" => 296
                "id" => 296
                "title" => "Our_Process_Manufacture"
                "filename" => "Our_Process_Manufacture.png"
                "filesize" => 136175
                "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture.png"
                "link" => "https://frame-tech.co.uk/our_process_manufacture/"
                "alt" => "Manufacture"
                "author" => "1"
                "description" => ""
                "caption" => ""
                "name" => "our_process_manufacture"
                "status" => "inherit"
                "uploaded_to" => 0
                "date" => "2021-06-30 09:23:25"
                "modified" => "2021-06-30 09:23:32"
                "menu_order" => 0
                "mime_type" => "image/png"
                "type" => "image"
                "subtype" => "png"
                "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
                "width" => 804
                "height" => 507
                "sizes" => array:18 [
                  "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture-150x150.png"
                  "thumbnail-width" => 150
                  "thumbnail-height" => 150
                  "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture-300x189.png"
                  "medium-width" => 300
                  "medium-height" => 189
                  "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture-768x484.png"
                  "medium_large-width" => 768
                  "medium_large-height" => 484
                  "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture.png"
                  "large-width" => 804
                  "large-height" => 507
                  "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture.png"
                  "1536x1536-width" => 804
                  "1536x1536-height" => 507
                  "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture.png"
                  "2048x2048-width" => 804
                  "2048x2048-height" => 507
                ]
              ]
              "description" => """
                <p>We provide industry-leading timber frame systems at scale for customers throughout the UK. FrameTech can successfully deliver your next project.</p>\n
                <p><a class="button secondary" href="https://frame-tech.co.uk/process/manufacture/">Learn More</a></p>\n
                """
            ]
            2 => array:4 [
              "icon" => array:24 [
                "ID" => 292
                "id" => 292
                "title" => "installation"
                "filename" => "installation.svg"
                "filesize" => 2970
                "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
                "link" => "https://frame-tech.co.uk/process/installation/installation-2/"
                "alt" => "Installation"
                "author" => "1"
                "description" => ""
                "caption" => ""
                "name" => "installation-2"
                "status" => "inherit"
                "uploaded_to" => 305
                "date" => "2021-06-30 09:10:16"
                "modified" => "2021-09-22 13:37:13"
                "menu_order" => 0
                "mime_type" => "image/svg+xml"
                "type" => "image"
                "subtype" => "svg+xml"
                "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
                "width" => 80
                "height" => 80
                "sizes" => array:18 [
                  "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
                  "thumbnail-width" => 150
                  "thumbnail-height" => 150
                  "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
                  "medium-width" => 300
                  "medium-height" => 300
                  "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
                  "medium_large-width" => 768
                  "medium_large-height" => 1
                  "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
                  "large-width" => 1024
                  "large-height" => 1024
                  "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
                  "1536x1536-width" => 80
                  "1536x1536-height" => 80
                  "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
                  "2048x2048-width" => 80
                  "2048x2048-height" => 80
                ]
              ]
              "title" => "Installation"
              "image" => array:24 [
                "ID" => 702
                "id" => 702
                "title" => "FrameTech_Featured_Image_Installation2"
                "filename" => "FrameTech_Featured_Image_Installation2.jpg"
                "filesize" => 137656
                "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2.jpg"
                "link" => "https://frame-tech.co.uk/frametech_featured_image_installation2/"
                "alt" => ""
                "author" => "1"
                "description" => ""
                "caption" => ""
                "name" => "frametech_featured_image_installation2"
                "status" => "inherit"
                "uploaded_to" => 0
                "date" => "2021-12-06 13:45:17"
                "modified" => "2021-12-06 13:45:17"
                "menu_order" => 0
                "mime_type" => "image/jpeg"
                "type" => "image"
                "subtype" => "jpeg"
                "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
                "width" => 804
                "height" => 507
                "sizes" => array:18 [
                  "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2-150x150.jpg"
                  "thumbnail-width" => 150
                  "thumbnail-height" => 150
                  "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2-300x189.jpg"
                  "medium-width" => 300
                  "medium-height" => 189
                  "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2-768x484.jpg"
                  "medium_large-width" => 768
                  "medium_large-height" => 484
                  "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2.jpg"
                  "large-width" => 804
                  "large-height" => 507
                  "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2.jpg"
                  "1536x1536-width" => 804
                  "1536x1536-height" => 507
                  "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2.jpg"
                  "2048x2048-width" => 804
                  "2048x2048-height" => 507
                ]
              ]
              "description" => """
                <p>Our experienced installation teams will safely deliver your project on time and to the highest quality.</p>\n
                <p><a class="button secondary" href="https://frame-tech.co.uk/process/installation/">Learn More</a></p>\n
                """
            ]
          ]
        ]
        "featured_image" => false
        "case_studies" => WP_Query {#2332}
        "latest_case_study" => WP_Query {#2579}
        "blog_posts" => WP_Query {#2576}
      ]
      "__env" => Illuminate\View\Factory {#1230}
      "app" => Roots\Acorn\Application {#1141}
      "siteName" => "FrameTech"
      "title" => ""
      "fields" => array:1 [
        0 => false
      ]
      "contact" => array:6 [
        "email" => "enquiries@frame-tech.co.uk"
        "phone" => "01924 481540"
        "twitter" => ""
        "facebook" => ""
        "instagram" => ""
        "address" => """
          FrameTech Structures,<br />\r\n
          Lock Way, Ravensthorpe,<br />\r\n
          Dewsbury, WF13 3SX
          """
      ]
      "cta" => array:2 [
        "text" => "<h3>Let&#8217;s talk about your next project</h3>\n"
        "image" => null
      ]
      "global" => array:9 [
        "our_offer_intro_text" => """
          <h2>Our Systems</h2>\n
          <p>At FrameTech we offer three varying offsite timber<br />\n
          frame panel systems:</p>\n
          """
        "systems" => array:3 [
          0 => array:3 [
            "title" => "Open System"
            "image" => array:24 [
              "ID" => 462
              "id" => 462
              "title" => "open-system"
              "filename" => "open-system.png"
              "filesize" => 30974
              "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system.png"
              "link" => "https://frame-tech.co.uk/open-system/"
              "alt" => ""
              "author" => "1"
              "description" => ""
              "caption" => ""
              "name" => "open-system"
              "status" => "inherit"
              "uploaded_to" => 0
              "date" => "2021-06-30 15:03:15"
              "modified" => "2021-06-30 15:03:15"
              "menu_order" => 0
              "mime_type" => "image/png"
              "type" => "image"
              "subtype" => "png"
              "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
              "width" => 216
              "height" => 167
              "sizes" => array:18 [
                "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system-150x150.png"
                "thumbnail-width" => 150
                "thumbnail-height" => 150
                "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system.png"
                "medium-width" => 216
                "medium-height" => 167
                "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system.png"
                "medium_large-width" => 216
                "medium_large-height" => 167
                "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system.png"
                "large-width" => 216
                "large-height" => 167
                "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system.png"
                "1536x1536-width" => 216
                "1536x1536-height" => 167
                "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system.png"
                "2048x2048-width" => 216
                "2048x2048-height" => 167
              ]
            ]
            "link" => ""
          ]
          1 => array:3 [
            "title" => "Hybrid System"
            "image" => array:24 [
              "ID" => 256
              "id" => 256
              "title" => "hybrid-system"
              "filename" => "hybrid-system.png"
              "filesize" => 39286
              "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system.png"
              "link" => "https://frame-tech.co.uk/hybrid-system/"
              "alt" => ""
              "author" => "1"
              "description" => ""
              "caption" => ""
              "name" => "hybrid-system"
              "status" => "inherit"
              "uploaded_to" => 0
              "date" => "2021-06-28 15:15:06"
              "modified" => "2021-06-28 15:15:06"
              "menu_order" => 0
              "mime_type" => "image/png"
              "type" => "image"
              "subtype" => "png"
              "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
              "width" => 216
              "height" => 167
              "sizes" => array:18 [
                "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system-150x150.png"
                "thumbnail-width" => 150
                "thumbnail-height" => 150
                "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system.png"
                "medium-width" => 216
                "medium-height" => 167
                "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system.png"
                "medium_large-width" => 216
                "medium_large-height" => 167
                "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system.png"
                "large-width" => 216
                "large-height" => 167
                "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system.png"
                "1536x1536-width" => 216
                "1536x1536-height" => 167
                "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system.png"
                "2048x2048-width" => 216
                "2048x2048-height" => 167
              ]
            ]
            "link" => ""
          ]
          2 => array:3 [
            "title" => "Closed System"
            "image" => array:24 [
              "ID" => 255
              "id" => 255
              "title" => "closed-system"
              "filename" => "closed-system.png"
              "filesize" => 34732
              "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system.png"
              "link" => "https://frame-tech.co.uk/closed-system/"
              "alt" => ""
              "author" => "1"
              "description" => ""
              "caption" => ""
              "name" => "closed-system"
              "status" => "inherit"
              "uploaded_to" => 0
              "date" => "2021-06-28 15:15:06"
              "modified" => "2021-06-28 15:15:06"
              "menu_order" => 0
              "mime_type" => "image/png"
              "type" => "image"
              "subtype" => "png"
              "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
              "width" => 216
              "height" => 167
              "sizes" => array:18 [
                "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system-150x150.png"
                "thumbnail-width" => 150
                "thumbnail-height" => 150
                "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system.png"
                "medium-width" => 216
                "medium-height" => 167
                "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system.png"
                "medium_large-width" => 216
                "medium_large-height" => 167
                "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system.png"
                "large-width" => 216
                "large-height" => 167
                "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system.png"
                "1536x1536-width" => 216
                "1536x1536-height" => 167
                "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system.png"
                "2048x2048-width" => 216
                "2048x2048-height" => 167
              ]
            ]
            "link" => ""
          ]
        ]
        "accreditations_text" => """
          <h2>Industry-Standard<br />\n
          Accreditations</h2>\n
          """
        "logos" => array:5 [
          0 => array:24 [
            "ID" => 699
            "id" => 699
            "title" => "chas_2"
            "filename" => "chas_2.png"
            "filesize" => 4105
            "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
            "link" => "https://frame-tech.co.uk/chas_2/"
            "alt" => ""
            "author" => "1"
            "description" => ""
            "caption" => ""
            "name" => "chas_2"
            "status" => "inherit"
            "uploaded_to" => 0
            "date" => "2021-12-02 15:59:41"
            "modified" => "2021-12-02 15:59:41"
            "menu_order" => 0
            "mime_type" => "image/png"
            "type" => "image"
            "subtype" => "png"
            "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
            "width" => 150
            "height" => 150
            "sizes" => array:18 [
              "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
              "thumbnail-width" => 150
              "thumbnail-height" => 150
              "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
              "medium-width" => 150
              "medium-height" => 150
              "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
              "medium_large-width" => 150
              "medium_large-height" => 150
              "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
              "large-width" => 150
              "large-height" => 150
              "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
              "1536x1536-width" => 150
              "1536x1536-height" => 150
              "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
              "2048x2048-width" => 150
              "2048x2048-height" => 150
            ]
          ]
          1 => array:24 [
            "ID" => 700
            "id" => 700
            "title" => "sta_2"
            "filename" => "sta_2.png"
            "filesize" => 3964
            "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
            "link" => "https://frame-tech.co.uk/sta_2/"
            "alt" => ""
            "author" => "1"
            "description" => ""
            "caption" => ""
            "name" => "sta_2"
            "status" => "inherit"
            "uploaded_to" => 0
            "date" => "2021-12-02 15:59:41"
            "modified" => "2021-12-02 15:59:41"
            "menu_order" => 0
            "mime_type" => "image/png"
            "type" => "image"
            "subtype" => "png"
            "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
            "width" => 150
            "height" => 150
            "sizes" => array:18 [
              "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
              "thumbnail-width" => 150
              "thumbnail-height" => 150
              "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
              "medium-width" => 150
              "medium-height" => 150
              "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
              "medium_large-width" => 150
              "medium_large-height" => 150
              "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
              "large-width" => 150
              "large-height" => 150
              "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
              "1536x1536-width" => 150
              "1536x1536-height" => 150
              "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
              "2048x2048-width" => 150
              "2048x2048-height" => 150
            ]
          ]
          2 => array:24 [
            "ID" => 701
            "id" => 701
            "title" => "Structural_Timber_Association_Member_2"
            "filename" => "Structural_Timber_Association_Member_2.png"
            "filesize" => 3269
            "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
            "link" => "https://frame-tech.co.uk/structural_timber_association_member_2/"
            "alt" => ""
            "author" => "1"
            "description" => ""
            "caption" => ""
            "name" => "structural_timber_association_member_2"
            "status" => "inherit"
            "uploaded_to" => 0
            "date" => "2021-12-02 15:59:42"
            "modified" => "2021-12-02 15:59:42"
            "menu_order" => 0
            "mime_type" => "image/png"
            "type" => "image"
            "subtype" => "png"
            "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
            "width" => 150
            "height" => 150
            "sizes" => array:18 [
              "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
              "thumbnail-width" => 150
              "thumbnail-height" => 150
              "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
              "medium-width" => 150
              "medium-height" => 150
              "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
              "medium_large-width" => 150
              "medium_large-height" => 150
              "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
              "large-width" => 150
              "large-height" => 150
              "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
              "1536x1536-width" => 150
              "1536x1536-height" => 150
              "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
              "2048x2048-width" => 150
              "2048x2048-height" => 150
            ]
          ]
          3 => array:24 [
            "ID" => 696
            "id" => 696
            "title" => "9001_2"
            "filename" => "9001_2.png"
            "filesize" => 3796
            "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
            "link" => "https://frame-tech.co.uk/9001_2/"
            "alt" => ""
            "author" => "1"
            "description" => ""
            "caption" => ""
            "name" => "9001_2"
            "status" => "inherit"
            "uploaded_to" => 0
            "date" => "2021-12-02 15:59:39"
            "modified" => "2021-12-02 15:59:39"
            "menu_order" => 0
            "mime_type" => "image/png"
            "type" => "image"
            "subtype" => "png"
            "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
            "width" => 150
            "height" => 150
            "sizes" => array:18 [
              "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
              "thumbnail-width" => 150
              "thumbnail-height" => 150
              "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
              "medium-width" => 150
              "medium-height" => 150
              "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
              "medium_large-width" => 150
              "medium_large-height" => 150
              "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
              "large-width" => 150
              "large-height" => 150
              "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
              "1536x1536-width" => 150
              "1536x1536-height" => 150
              "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
              "2048x2048-width" => 150
              "2048x2048-height" => 150
            ]
          ]
          4 => array:24 [
            "ID" => 697
            "id" => 697
            "title" => "14001_2"
            "filename" => "14001_2.png"
            "filesize" => 3829
            "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
            "link" => "https://frame-tech.co.uk/14001_2/"
            "alt" => ""
            "author" => "1"
            "description" => ""
            "caption" => ""
            "name" => "14001_2"
            "status" => "inherit"
            "uploaded_to" => 0
            "date" => "2021-12-02 15:59:40"
            "modified" => "2021-12-02 15:59:40"
            "menu_order" => 0
            "mime_type" => "image/png"
            "type" => "image"
            "subtype" => "png"
            "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
            "width" => 150
            "height" => 150
            "sizes" => array:18 [
              "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
              "thumbnail-width" => 150
              "thumbnail-height" => 150
              "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
              "medium-width" => 150
              "medium-height" => 150
              "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
              "medium_large-width" => 150
              "medium_large-height" => 150
              "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
              "large-width" => 150
              "large-height" => 150
              "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
              "1536x1536-width" => 150
              "1536x1536-height" => 150
              "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
              "2048x2048-width" => 150
              "2048x2048-height" => 150
            ]
          ]
        ]
        "brochure_text" => """
          <h2>Download Our Brochure</h2>\n
          <p>Enter your details into the form below to download the latest FrameTech brochure. We won’t share your details with anyone.</p>\n
          """
        "brochure_image" => array:24 [
          "ID" => 127
          "id" => 127
          "title" => "brochure"
          "filename" => "brochure.png"
          "filesize" => 150485
          "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure.png"
          "link" => "https://frame-tech.co.uk/brochure/"
          "alt" => ""
          "author" => "1"
          "description" => ""
          "caption" => ""
          "name" => "brochure"
          "status" => "inherit"
          "uploaded_to" => 0
          "date" => "2021-06-22 14:41:57"
          "modified" => "2021-06-22 14:41:57"
          "menu_order" => 0
          "mime_type" => "image/png"
          "type" => "image"
          "subtype" => "png"
          "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
          "width" => 429
          "height" => 602
          "sizes" => array:18 [
            "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure-150x150.png"
            "thumbnail-width" => 150
            "thumbnail-height" => 150
            "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure-214x300.png"
            "medium-width" => 214
            "medium-height" => 300
            "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure.png"
            "medium_large-width" => 429
            "medium_large-height" => 602
            "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure.png"
            "large-width" => 429
            "large-height" => 602
            "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure.png"
            "1536x1536-width" => 429
            "1536x1536-height" => 602
            "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure.png"
            "2048x2048-width" => 429
            "2048x2048-height" => 602
          ]
        ]
        "testimonials" => array:2 [
          0 => array:3 [
            "text" => """
              We are working with FrameTech across multiple sites as we have found them very easily to deal with, they supply a quality timber frame kit and service.\r\n
              We look forward to working with them on future sites.
              """
            "name" => "Paul McGarry"
            "title" => "Regional Operations Director, Lovell North West"
          ]
          1 => array:3 [
            "text" => "Working with FrameTech on site has been effortless, they have helped us by adhering to our programme and dates whilst providing a quality timber frame kit, any technical or site issues that arose were dealt with quickly and efficiently."
            "name" => "Nathan Phillips"
            "title" => "Construction director, Russell Homes"
          ]
        ]
        "our_process_intro_text" => """
          <h5>Our Process</h5>\n
          <h2>We’ve invested millions in the latest manufacturing technology and <span style="color: #3aab4f;">constantly invest in our staff – to offer the best possible solution to our clients.</span></h2>\n
          """
        "processes" => array:3 [
          0 => array:4 [
            "icon" => array:24 [
              "ID" => 153
              "id" => 153
              "title" => "design"
              "filename" => "design.svg"
              "filesize" => 2824
              "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
              "link" => "https://frame-tech.co.uk/home/design/"
              "alt" => ""
              "author" => "1"
              "description" => ""
              "caption" => ""
              "name" => "design"
              "status" => "inherit"
              "uploaded_to" => 2
              "date" => "2021-06-23 11:23:57"
              "modified" => "2021-06-23 11:43:10"
              "menu_order" => 0
              "mime_type" => "image/svg+xml"
              "type" => "image"
              "subtype" => "svg+xml"
              "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
              "width" => 80
              "height" => 80
              "sizes" => array:18 [
                "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
                "thumbnail-width" => 150
                "thumbnail-height" => 150
                "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
                "medium-width" => 300
                "medium-height" => 300
                "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
                "medium_large-width" => 768
                "medium_large-height" => 1
                "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
                "large-width" => 1024
                "large-height" => 1024
                "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
                "1536x1536-width" => 80
                "1536x1536-height" => 80
                "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
                "2048x2048-width" => 80
                "2048x2048-height" => 80
              ]
            ]
            "title" => "Design"
            "image" => array:24 [
              "ID" => 293
              "id" => 293
              "title" => "Our_Process_Design"
              "filename" => "Our_Process_Design.png"
              "filesize" => 130397
              "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design.png"
              "link" => "https://frame-tech.co.uk/our_process_design/"
              "alt" => "Design"
              "author" => "1"
              "description" => ""
              "caption" => ""
              "name" => "our_process_design"
              "status" => "inherit"
              "uploaded_to" => 0
              "date" => "2021-06-30 09:21:39"
              "modified" => "2021-06-30 09:23:18"
              "menu_order" => 0
              "mime_type" => "image/png"
              "type" => "image"
              "subtype" => "png"
              "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
              "width" => 804
              "height" => 507
              "sizes" => array:18 [
                "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design-150x150.png"
                "thumbnail-width" => 150
                "thumbnail-height" => 150
                "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design-300x189.png"
                "medium-width" => 300
                "medium-height" => 189
                "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design-768x484.png"
                "medium_large-width" => 768
                "medium_large-height" => 484
                "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design.png"
                "large-width" => 804
                "large-height" => 507
                "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design.png"
                "1536x1536-width" => 804
                "1536x1536-height" => 507
                "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design.png"
                "2048x2048-width" => 804
                "2048x2048-height" => 507
              ]
            ]
            "description" => """
              <p>Our experienced designers will work with your team to create efficient, compliant and cost effective timber frame systems for your next project.</p>\n
              <p><a class="button secondary" href="https://frame-tech.co.uk/process/design/">Learn More</a></p>\n
              """
          ]
          1 => array:4 [
            "icon" => array:24 [
              "ID" => 291
              "id" => 291
              "title" => "manufacture"
              "filename" => "manufacture.svg"
              "filesize" => 6501
              "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
              "link" => "https://frame-tech.co.uk/manufacture/"
              "alt" => "Manufacture"
              "author" => "1"
              "description" => ""
              "caption" => ""
              "name" => "manufacture"
              "status" => "inherit"
              "uploaded_to" => 0
              "date" => "2021-06-30 09:09:08"
              "modified" => "2021-06-30 09:09:17"
              "menu_order" => 0
              "mime_type" => "image/svg+xml"
              "type" => "image"
              "subtype" => "svg+xml"
              "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
              "width" => 87
              "height" => 87
              "sizes" => array:18 [
                "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
                "thumbnail-width" => 150
                "thumbnail-height" => 150
                "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
                "medium-width" => 300
                "medium-height" => 300
                "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
                "medium_large-width" => 768
                "medium_large-height" => 1
                "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
                "large-width" => 1024
                "large-height" => 1024
                "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
                "1536x1536-width" => 87
                "1536x1536-height" => 87
                "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
                "2048x2048-width" => 87
                "2048x2048-height" => 87
              ]
            ]
            "title" => "Manufacture"
            "image" => array:24 [
              "ID" => 296
              "id" => 296
              "title" => "Our_Process_Manufacture"
              "filename" => "Our_Process_Manufacture.png"
              "filesize" => 136175
              "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture.png"
              "link" => "https://frame-tech.co.uk/our_process_manufacture/"
              "alt" => "Manufacture"
              "author" => "1"
              "description" => ""
              "caption" => ""
              "name" => "our_process_manufacture"
              "status" => "inherit"
              "uploaded_to" => 0
              "date" => "2021-06-30 09:23:25"
              "modified" => "2021-06-30 09:23:32"
              "menu_order" => 0
              "mime_type" => "image/png"
              "type" => "image"
              "subtype" => "png"
              "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
              "width" => 804
              "height" => 507
              "sizes" => array:18 [
                "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture-150x150.png"
                "thumbnail-width" => 150
                "thumbnail-height" => 150
                "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture-300x189.png"
                "medium-width" => 300
                "medium-height" => 189
                "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture-768x484.png"
                "medium_large-width" => 768
                "medium_large-height" => 484
                "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture.png"
                "large-width" => 804
                "large-height" => 507
                "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture.png"
                "1536x1536-width" => 804
                "1536x1536-height" => 507
                "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture.png"
                "2048x2048-width" => 804
                "2048x2048-height" => 507
              ]
            ]
            "description" => """
              <p>We provide industry-leading timber frame systems at scale for customers throughout the UK. FrameTech can successfully deliver your next project.</p>\n
              <p><a class="button secondary" href="https://frame-tech.co.uk/process/manufacture/">Learn More</a></p>\n
              """
          ]
          2 => array:4 [
            "icon" => array:24 [
              "ID" => 292
              "id" => 292
              "title" => "installation"
              "filename" => "installation.svg"
              "filesize" => 2970
              "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
              "link" => "https://frame-tech.co.uk/process/installation/installation-2/"
              "alt" => "Installation"
              "author" => "1"
              "description" => ""
              "caption" => ""
              "name" => "installation-2"
              "status" => "inherit"
              "uploaded_to" => 305
              "date" => "2021-06-30 09:10:16"
              "modified" => "2021-09-22 13:37:13"
              "menu_order" => 0
              "mime_type" => "image/svg+xml"
              "type" => "image"
              "subtype" => "svg+xml"
              "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
              "width" => 80
              "height" => 80
              "sizes" => array:18 [
                "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
                "thumbnail-width" => 150
                "thumbnail-height" => 150
                "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
                "medium-width" => 300
                "medium-height" => 300
                "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
                "medium_large-width" => 768
                "medium_large-height" => 1
                "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
                "large-width" => 1024
                "large-height" => 1024
                "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
                "1536x1536-width" => 80
                "1536x1536-height" => 80
                "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
                "2048x2048-width" => 80
                "2048x2048-height" => 80
              ]
            ]
            "title" => "Installation"
            "image" => array:24 [
              "ID" => 702
              "id" => 702
              "title" => "FrameTech_Featured_Image_Installation2"
              "filename" => "FrameTech_Featured_Image_Installation2.jpg"
              "filesize" => 137656
              "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2.jpg"
              "link" => "https://frame-tech.co.uk/frametech_featured_image_installation2/"
              "alt" => ""
              "author" => "1"
              "description" => ""
              "caption" => ""
              "name" => "frametech_featured_image_installation2"
              "status" => "inherit"
              "uploaded_to" => 0
              "date" => "2021-12-06 13:45:17"
              "modified" => "2021-12-06 13:45:17"
              "menu_order" => 0
              "mime_type" => "image/jpeg"
              "type" => "image"
              "subtype" => "jpeg"
              "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
              "width" => 804
              "height" => 507
              "sizes" => array:18 [
                "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2-150x150.jpg"
                "thumbnail-width" => 150
                "thumbnail-height" => 150
                "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2-300x189.jpg"
                "medium-width" => 300
                "medium-height" => 189
                "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2-768x484.jpg"
                "medium_large-width" => 768
                "medium_large-height" => 484
                "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2.jpg"
                "large-width" => 804
                "large-height" => 507
                "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2.jpg"
                "1536x1536-width" => 804
                "1536x1536-height" => 507
                "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2.jpg"
                "2048x2048-width" => 804
                "2048x2048-height" => 507
              ]
            ]
            "description" => """
              <p>Our experienced installation teams will safely deliver your project on time and to the highest quality.</p>\n
              <p><a class="button secondary" href="https://frame-tech.co.uk/process/installation/">Learn More</a></p>\n
              """
          ]
        ]
      ]
      "featured_image" => false
      "case_studies" => WP_Query {#2332}
      "latest_case_study" => WP_Query {#2579}
      "blog_posts" => WP_Query {#2576}
      "page_for_posts" => "224"
    ]
    
/homepages/29/d273910201/htdocs/wp-content/themes/frametech/vendor/illuminate/filesystem/Filesystem.php
 
    /**
     * Get the returned value of a file.
     *
     * @param  string  $path
     * @param  array  $data
     * @return mixed
     *
     * @throws \Illuminate\Contracts\Filesystem\FileNotFoundException
     */
    public function getRequire($path, array $data = [])
    {
        if ($this->isFile($path)) {
            $__path = $path;
            $__data = $data;
 
            return (static function () use ($__path, $__data) {
                extract($__data, EXTR_SKIP);
 
                return require $__path;
            })();
        }
 
        throw new FileNotFoundException("File does not exist at path {$path}.");
    }
 
    /**
     * Require the given file once.
     *
     * @param  string  $path
     * @param  array  $data
     * @return mixed
     */
    public function requireOnce($path, array $data = [])
    {
        if ($this->isFile($path)) {
            $__path = $path;
            $__data = $data;
 
            return (static function () use ($__path, $__data) {
Arguments
  1. "/homepages/29/d273910201/htdocs/wp-content/themes/frametech/storage/framework/views/2e1d521ca394a6c4cade2c0365eed68755067738.php"
    
/homepages/29/d273910201/htdocs/wp-content/themes/frametech/vendor/illuminate/filesystem/Filesystem.php
    /**
     * Get the returned value of a file.
     *
     * @param  string  $path
     * @param  array  $data
     * @return mixed
     *
     * @throws \Illuminate\Contracts\Filesystem\FileNotFoundException
     */
    public function getRequire($path, array $data = [])
    {
        if ($this->isFile($path)) {
            $__path = $path;
            $__data = $data;
 
            return (static function () use ($__path, $__data) {
                extract($__data, EXTR_SKIP);
 
                return require $__path;
            })();
        }
 
        throw new FileNotFoundException("File does not exist at path {$path}.");
    }
 
    /**
     * Require the given file once.
     *
     * @param  string  $path
     * @param  array  $data
     * @return mixed
     */
    public function requireOnce($path, array $data = [])
    {
        if ($this->isFile($path)) {
            $__path = $path;
            $__data = $data;
 
            return (static function () use ($__path, $__data) {
                extract($__data, EXTR_SKIP);
/homepages/29/d273910201/htdocs/wp-content/themes/frametech/vendor/illuminate/view/Engines/PhpEngine.php
    }
 
    /**
     * Get the evaluated contents of the view at the given path.
     *
     * @param  string  $path
     * @param  array  $data
     * @return string
     */
    protected function evaluatePath($path, $data)
    {
        $obLevel = ob_get_level();
 
        ob_start();
 
        // We'll evaluate the contents of the view inside a try/catch block so we can
        // flush out any stray output that might get out before an error occurs or
        // an exception is thrown. This prevents any partial views from leaking.
        try {
            $this->files->getRequire($path, $data);
        } catch (Throwable $e) {
            $this->handleViewException($e, $obLevel);
        }
 
        return ltrim(ob_get_clean());
    }
 
    /**
     * Handle a view exception.
     *
     * @param  \Throwable  $e
     * @param  int  $obLevel
     * @return void
     *
     * @throws \Throwable
     */
    protected function handleViewException(Throwable $e, $obLevel)
    {
        while (ob_get_level() > $obLevel) {
            ob_end_clean();
Arguments
  1. "/homepages/29/d273910201/htdocs/wp-content/themes/frametech/storage/framework/views/2e1d521ca394a6c4cade2c0365eed68755067738.php"
    
  2. array:12 [
      "__env" => Illuminate\View\Factory {#1230}
      "app" => Roots\Acorn\Application {#1141}
      "siteName" => "FrameTech"
      "title" => ""
      "fields" => array:1 [
        0 => false
      ]
      "contact" => array:6 [
        "email" => "enquiries@frame-tech.co.uk"
        "phone" => "01924 481540"
        "twitter" => ""
        "facebook" => ""
        "instagram" => ""
        "address" => """
          FrameTech Structures,<br />\r\n
          Lock Way, Ravensthorpe,<br />\r\n
          Dewsbury, WF13 3SX
          """
      ]
      "cta" => array:2 [
        "text" => "<h3>Let&#8217;s talk about your next project</h3>\n"
        "image" => null
      ]
      "global" => array:9 [
        "our_offer_intro_text" => """
          <h2>Our Systems</h2>\n
          <p>At FrameTech we offer three varying offsite timber<br />\n
          frame panel systems:</p>\n
          """
        "systems" => array:3 [
          0 => array:3 [
            "title" => "Open System"
            "image" => array:24 [
              "ID" => 462
              "id" => 462
              "title" => "open-system"
              "filename" => "open-system.png"
              "filesize" => 30974
              "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system.png"
              "link" => "https://frame-tech.co.uk/open-system/"
              "alt" => ""
              "author" => "1"
              "description" => ""
              "caption" => ""
              "name" => "open-system"
              "status" => "inherit"
              "uploaded_to" => 0
              "date" => "2021-06-30 15:03:15"
              "modified" => "2021-06-30 15:03:15"
              "menu_order" => 0
              "mime_type" => "image/png"
              "type" => "image"
              "subtype" => "png"
              "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
              "width" => 216
              "height" => 167
              "sizes" => array:18 [
                "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system-150x150.png"
                "thumbnail-width" => 150
                "thumbnail-height" => 150
                "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system.png"
                "medium-width" => 216
                "medium-height" => 167
                "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system.png"
                "medium_large-width" => 216
                "medium_large-height" => 167
                "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system.png"
                "large-width" => 216
                "large-height" => 167
                "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system.png"
                "1536x1536-width" => 216
                "1536x1536-height" => 167
                "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system.png"
                "2048x2048-width" => 216
                "2048x2048-height" => 167
              ]
            ]
            "link" => ""
          ]
          1 => array:3 [
            "title" => "Hybrid System"
            "image" => array:24 [
              "ID" => 256
              "id" => 256
              "title" => "hybrid-system"
              "filename" => "hybrid-system.png"
              "filesize" => 39286
              "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system.png"
              "link" => "https://frame-tech.co.uk/hybrid-system/"
              "alt" => ""
              "author" => "1"
              "description" => ""
              "caption" => ""
              "name" => "hybrid-system"
              "status" => "inherit"
              "uploaded_to" => 0
              "date" => "2021-06-28 15:15:06"
              "modified" => "2021-06-28 15:15:06"
              "menu_order" => 0
              "mime_type" => "image/png"
              "type" => "image"
              "subtype" => "png"
              "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
              "width" => 216
              "height" => 167
              "sizes" => array:18 [
                "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system-150x150.png"
                "thumbnail-width" => 150
                "thumbnail-height" => 150
                "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system.png"
                "medium-width" => 216
                "medium-height" => 167
                "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system.png"
                "medium_large-width" => 216
                "medium_large-height" => 167
                "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system.png"
                "large-width" => 216
                "large-height" => 167
                "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system.png"
                "1536x1536-width" => 216
                "1536x1536-height" => 167
                "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system.png"
                "2048x2048-width" => 216
                "2048x2048-height" => 167
              ]
            ]
            "link" => ""
          ]
          2 => array:3 [
            "title" => "Closed System"
            "image" => array:24 [
              "ID" => 255
              "id" => 255
              "title" => "closed-system"
              "filename" => "closed-system.png"
              "filesize" => 34732
              "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system.png"
              "link" => "https://frame-tech.co.uk/closed-system/"
              "alt" => ""
              "author" => "1"
              "description" => ""
              "caption" => ""
              "name" => "closed-system"
              "status" => "inherit"
              "uploaded_to" => 0
              "date" => "2021-06-28 15:15:06"
              "modified" => "2021-06-28 15:15:06"
              "menu_order" => 0
              "mime_type" => "image/png"
              "type" => "image"
              "subtype" => "png"
              "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
              "width" => 216
              "height" => 167
              "sizes" => array:18 [
                "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system-150x150.png"
                "thumbnail-width" => 150
                "thumbnail-height" => 150
                "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system.png"
                "medium-width" => 216
                "medium-height" => 167
                "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system.png"
                "medium_large-width" => 216
                "medium_large-height" => 167
                "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system.png"
                "large-width" => 216
                "large-height" => 167
                "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system.png"
                "1536x1536-width" => 216
                "1536x1536-height" => 167
                "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system.png"
                "2048x2048-width" => 216
                "2048x2048-height" => 167
              ]
            ]
            "link" => ""
          ]
        ]
        "accreditations_text" => """
          <h2>Industry-Standard<br />\n
          Accreditations</h2>\n
          """
        "logos" => array:5 [
          0 => array:24 [
            "ID" => 699
            "id" => 699
            "title" => "chas_2"
            "filename" => "chas_2.png"
            "filesize" => 4105
            "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
            "link" => "https://frame-tech.co.uk/chas_2/"
            "alt" => ""
            "author" => "1"
            "description" => ""
            "caption" => ""
            "name" => "chas_2"
            "status" => "inherit"
            "uploaded_to" => 0
            "date" => "2021-12-02 15:59:41"
            "modified" => "2021-12-02 15:59:41"
            "menu_order" => 0
            "mime_type" => "image/png"
            "type" => "image"
            "subtype" => "png"
            "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
            "width" => 150
            "height" => 150
            "sizes" => array:18 [
              "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
              "thumbnail-width" => 150
              "thumbnail-height" => 150
              "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
              "medium-width" => 150
              "medium-height" => 150
              "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
              "medium_large-width" => 150
              "medium_large-height" => 150
              "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
              "large-width" => 150
              "large-height" => 150
              "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
              "1536x1536-width" => 150
              "1536x1536-height" => 150
              "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
              "2048x2048-width" => 150
              "2048x2048-height" => 150
            ]
          ]
          1 => array:24 [
            "ID" => 700
            "id" => 700
            "title" => "sta_2"
            "filename" => "sta_2.png"
            "filesize" => 3964
            "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
            "link" => "https://frame-tech.co.uk/sta_2/"
            "alt" => ""
            "author" => "1"
            "description" => ""
            "caption" => ""
            "name" => "sta_2"
            "status" => "inherit"
            "uploaded_to" => 0
            "date" => "2021-12-02 15:59:41"
            "modified" => "2021-12-02 15:59:41"
            "menu_order" => 0
            "mime_type" => "image/png"
            "type" => "image"
            "subtype" => "png"
            "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
            "width" => 150
            "height" => 150
            "sizes" => array:18 [
              "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
              "thumbnail-width" => 150
              "thumbnail-height" => 150
              "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
              "medium-width" => 150
              "medium-height" => 150
              "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
              "medium_large-width" => 150
              "medium_large-height" => 150
              "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
              "large-width" => 150
              "large-height" => 150
              "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
              "1536x1536-width" => 150
              "1536x1536-height" => 150
              "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
              "2048x2048-width" => 150
              "2048x2048-height" => 150
            ]
          ]
          2 => array:24 [
            "ID" => 701
            "id" => 701
            "title" => "Structural_Timber_Association_Member_2"
            "filename" => "Structural_Timber_Association_Member_2.png"
            "filesize" => 3269
            "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
            "link" => "https://frame-tech.co.uk/structural_timber_association_member_2/"
            "alt" => ""
            "author" => "1"
            "description" => ""
            "caption" => ""
            "name" => "structural_timber_association_member_2"
            "status" => "inherit"
            "uploaded_to" => 0
            "date" => "2021-12-02 15:59:42"
            "modified" => "2021-12-02 15:59:42"
            "menu_order" => 0
            "mime_type" => "image/png"
            "type" => "image"
            "subtype" => "png"
            "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
            "width" => 150
            "height" => 150
            "sizes" => array:18 [
              "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
              "thumbnail-width" => 150
              "thumbnail-height" => 150
              "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
              "medium-width" => 150
              "medium-height" => 150
              "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
              "medium_large-width" => 150
              "medium_large-height" => 150
              "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
              "large-width" => 150
              "large-height" => 150
              "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
              "1536x1536-width" => 150
              "1536x1536-height" => 150
              "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
              "2048x2048-width" => 150
              "2048x2048-height" => 150
            ]
          ]
          3 => array:24 [
            "ID" => 696
            "id" => 696
            "title" => "9001_2"
            "filename" => "9001_2.png"
            "filesize" => 3796
            "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
            "link" => "https://frame-tech.co.uk/9001_2/"
            "alt" => ""
            "author" => "1"
            "description" => ""
            "caption" => ""
            "name" => "9001_2"
            "status" => "inherit"
            "uploaded_to" => 0
            "date" => "2021-12-02 15:59:39"
            "modified" => "2021-12-02 15:59:39"
            "menu_order" => 0
            "mime_type" => "image/png"
            "type" => "image"
            "subtype" => "png"
            "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
            "width" => 150
            "height" => 150
            "sizes" => array:18 [
              "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
              "thumbnail-width" => 150
              "thumbnail-height" => 150
              "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
              "medium-width" => 150
              "medium-height" => 150
              "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
              "medium_large-width" => 150
              "medium_large-height" => 150
              "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
              "large-width" => 150
              "large-height" => 150
              "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
              "1536x1536-width" => 150
              "1536x1536-height" => 150
              "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
              "2048x2048-width" => 150
              "2048x2048-height" => 150
            ]
          ]
          4 => array:24 [
            "ID" => 697
            "id" => 697
            "title" => "14001_2"
            "filename" => "14001_2.png"
            "filesize" => 3829
            "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
            "link" => "https://frame-tech.co.uk/14001_2/"
            "alt" => ""
            "author" => "1"
            "description" => ""
            "caption" => ""
            "name" => "14001_2"
            "status" => "inherit"
            "uploaded_to" => 0
            "date" => "2021-12-02 15:59:40"
            "modified" => "2021-12-02 15:59:40"
            "menu_order" => 0
            "mime_type" => "image/png"
            "type" => "image"
            "subtype" => "png"
            "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
            "width" => 150
            "height" => 150
            "sizes" => array:18 [
              "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
              "thumbnail-width" => 150
              "thumbnail-height" => 150
              "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
              "medium-width" => 150
              "medium-height" => 150
              "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
              "medium_large-width" => 150
              "medium_large-height" => 150
              "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
              "large-width" => 150
              "large-height" => 150
              "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
              "1536x1536-width" => 150
              "1536x1536-height" => 150
              "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
              "2048x2048-width" => 150
              "2048x2048-height" => 150
            ]
          ]
        ]
        "brochure_text" => """
          <h2>Download Our Brochure</h2>\n
          <p>Enter your details into the form below to download the latest FrameTech brochure. We won’t share your details with anyone.</p>\n
          """
        "brochure_image" => array:24 [
          "ID" => 127
          "id" => 127
          "title" => "brochure"
          "filename" => "brochure.png"
          "filesize" => 150485
          "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure.png"
          "link" => "https://frame-tech.co.uk/brochure/"
          "alt" => ""
          "author" => "1"
          "description" => ""
          "caption" => ""
          "name" => "brochure"
          "status" => "inherit"
          "uploaded_to" => 0
          "date" => "2021-06-22 14:41:57"
          "modified" => "2021-06-22 14:41:57"
          "menu_order" => 0
          "mime_type" => "image/png"
          "type" => "image"
          "subtype" => "png"
          "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
          "width" => 429
          "height" => 602
          "sizes" => array:18 [
            "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure-150x150.png"
            "thumbnail-width" => 150
            "thumbnail-height" => 150
            "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure-214x300.png"
            "medium-width" => 214
            "medium-height" => 300
            "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure.png"
            "medium_large-width" => 429
            "medium_large-height" => 602
            "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure.png"
            "large-width" => 429
            "large-height" => 602
            "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure.png"
            "1536x1536-width" => 429
            "1536x1536-height" => 602
            "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure.png"
            "2048x2048-width" => 429
            "2048x2048-height" => 602
          ]
        ]
        "testimonials" => array:2 [
          0 => array:3 [
            "text" => """
              We are working with FrameTech across multiple sites as we have found them very easily to deal with, they supply a quality timber frame kit and service.\r\n
              We look forward to working with them on future sites.
              """
            "name" => "Paul McGarry"
            "title" => "Regional Operations Director, Lovell North West"
          ]
          1 => array:3 [
            "text" => "Working with FrameTech on site has been effortless, they have helped us by adhering to our programme and dates whilst providing a quality timber frame kit, any technical or site issues that arose were dealt with quickly and efficiently."
            "name" => "Nathan Phillips"
            "title" => "Construction director, Russell Homes"
          ]
        ]
        "our_process_intro_text" => """
          <h5>Our Process</h5>\n
          <h2>We’ve invested millions in the latest manufacturing technology and <span style="color: #3aab4f;">constantly invest in our staff – to offer the best possible solution to our clients.</span></h2>\n
          """
        "processes" => array:3 [
          0 => array:4 [
            "icon" => array:24 [
              "ID" => 153
              "id" => 153
              "title" => "design"
              "filename" => "design.svg"
              "filesize" => 2824
              "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
              "link" => "https://frame-tech.co.uk/home/design/"
              "alt" => ""
              "author" => "1"
              "description" => ""
              "caption" => ""
              "name" => "design"
              "status" => "inherit"
              "uploaded_to" => 2
              "date" => "2021-06-23 11:23:57"
              "modified" => "2021-06-23 11:43:10"
              "menu_order" => 0
              "mime_type" => "image/svg+xml"
              "type" => "image"
              "subtype" => "svg+xml"
              "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
              "width" => 80
              "height" => 80
              "sizes" => array:18 [
                "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
                "thumbnail-width" => 150
                "thumbnail-height" => 150
                "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
                "medium-width" => 300
                "medium-height" => 300
                "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
                "medium_large-width" => 768
                "medium_large-height" => 1
                "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
                "large-width" => 1024
                "large-height" => 1024
                "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
                "1536x1536-width" => 80
                "1536x1536-height" => 80
                "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
                "2048x2048-width" => 80
                "2048x2048-height" => 80
              ]
            ]
            "title" => "Design"
            "image" => array:24 [
              "ID" => 293
              "id" => 293
              "title" => "Our_Process_Design"
              "filename" => "Our_Process_Design.png"
              "filesize" => 130397
              "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design.png"
              "link" => "https://frame-tech.co.uk/our_process_design/"
              "alt" => "Design"
              "author" => "1"
              "description" => ""
              "caption" => ""
              "name" => "our_process_design"
              "status" => "inherit"
              "uploaded_to" => 0
              "date" => "2021-06-30 09:21:39"
              "modified" => "2021-06-30 09:23:18"
              "menu_order" => 0
              "mime_type" => "image/png"
              "type" => "image"
              "subtype" => "png"
              "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
              "width" => 804
              "height" => 507
              "sizes" => array:18 [
                "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design-150x150.png"
                "thumbnail-width" => 150
                "thumbnail-height" => 150
                "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design-300x189.png"
                "medium-width" => 300
                "medium-height" => 189
                "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design-768x484.png"
                "medium_large-width" => 768
                "medium_large-height" => 484
                "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design.png"
                "large-width" => 804
                "large-height" => 507
                "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design.png"
                "1536x1536-width" => 804
                "1536x1536-height" => 507
                "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design.png"
                "2048x2048-width" => 804
                "2048x2048-height" => 507
              ]
            ]
            "description" => """
              <p>Our experienced designers will work with your team to create efficient, compliant and cost effective timber frame systems for your next project.</p>\n
              <p><a class="button secondary" href="https://frame-tech.co.uk/process/design/">Learn More</a></p>\n
              """
          ]
          1 => array:4 [
            "icon" => array:24 [
              "ID" => 291
              "id" => 291
              "title" => "manufacture"
              "filename" => "manufacture.svg"
              "filesize" => 6501
              "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
              "link" => "https://frame-tech.co.uk/manufacture/"
              "alt" => "Manufacture"
              "author" => "1"
              "description" => ""
              "caption" => ""
              "name" => "manufacture"
              "status" => "inherit"
              "uploaded_to" => 0
              "date" => "2021-06-30 09:09:08"
              "modified" => "2021-06-30 09:09:17"
              "menu_order" => 0
              "mime_type" => "image/svg+xml"
              "type" => "image"
              "subtype" => "svg+xml"
              "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
              "width" => 87
              "height" => 87
              "sizes" => array:18 [
                "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
                "thumbnail-width" => 150
                "thumbnail-height" => 150
                "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
                "medium-width" => 300
                "medium-height" => 300
                "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
                "medium_large-width" => 768
                "medium_large-height" => 1
                "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
                "large-width" => 1024
                "large-height" => 1024
                "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
                "1536x1536-width" => 87
                "1536x1536-height" => 87
                "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
                "2048x2048-width" => 87
                "2048x2048-height" => 87
              ]
            ]
            "title" => "Manufacture"
            "image" => array:24 [
              "ID" => 296
              "id" => 296
              "title" => "Our_Process_Manufacture"
              "filename" => "Our_Process_Manufacture.png"
              "filesize" => 136175
              "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture.png"
              "link" => "https://frame-tech.co.uk/our_process_manufacture/"
              "alt" => "Manufacture"
              "author" => "1"
              "description" => ""
              "caption" => ""
              "name" => "our_process_manufacture"
              "status" => "inherit"
              "uploaded_to" => 0
              "date" => "2021-06-30 09:23:25"
              "modified" => "2021-06-30 09:23:32"
              "menu_order" => 0
              "mime_type" => "image/png"
              "type" => "image"
              "subtype" => "png"
              "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
              "width" => 804
              "height" => 507
              "sizes" => array:18 [
                "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture-150x150.png"
                "thumbnail-width" => 150
                "thumbnail-height" => 150
                "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture-300x189.png"
                "medium-width" => 300
                "medium-height" => 189
                "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture-768x484.png"
                "medium_large-width" => 768
                "medium_large-height" => 484
                "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture.png"
                "large-width" => 804
                "large-height" => 507
                "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture.png"
                "1536x1536-width" => 804
                "1536x1536-height" => 507
                "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture.png"
                "2048x2048-width" => 804
                "2048x2048-height" => 507
              ]
            ]
            "description" => """
              <p>We provide industry-leading timber frame systems at scale for customers throughout the UK. FrameTech can successfully deliver your next project.</p>\n
              <p><a class="button secondary" href="https://frame-tech.co.uk/process/manufacture/">Learn More</a></p>\n
              """
          ]
          2 => array:4 [
            "icon" => array:24 [
              "ID" => 292
              "id" => 292
              "title" => "installation"
              "filename" => "installation.svg"
              "filesize" => 2970
              "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
              "link" => "https://frame-tech.co.uk/process/installation/installation-2/"
              "alt" => "Installation"
              "author" => "1"
              "description" => ""
              "caption" => ""
              "name" => "installation-2"
              "status" => "inherit"
              "uploaded_to" => 305
              "date" => "2021-06-30 09:10:16"
              "modified" => "2021-09-22 13:37:13"
              "menu_order" => 0
              "mime_type" => "image/svg+xml"
              "type" => "image"
              "subtype" => "svg+xml"
              "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
              "width" => 80
              "height" => 80
              "sizes" => array:18 [
                "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
                "thumbnail-width" => 150
                "thumbnail-height" => 150
                "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
                "medium-width" => 300
                "medium-height" => 300
                "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
                "medium_large-width" => 768
                "medium_large-height" => 1
                "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
                "large-width" => 1024
                "large-height" => 1024
                "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
                "1536x1536-width" => 80
                "1536x1536-height" => 80
                "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
                "2048x2048-width" => 80
                "2048x2048-height" => 80
              ]
            ]
            "title" => "Installation"
            "image" => array:24 [
              "ID" => 702
              "id" => 702
              "title" => "FrameTech_Featured_Image_Installation2"
              "filename" => "FrameTech_Featured_Image_Installation2.jpg"
              "filesize" => 137656
              "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2.jpg"
              "link" => "https://frame-tech.co.uk/frametech_featured_image_installation2/"
              "alt" => ""
              "author" => "1"
              "description" => ""
              "caption" => ""
              "name" => "frametech_featured_image_installation2"
              "status" => "inherit"
              "uploaded_to" => 0
              "date" => "2021-12-06 13:45:17"
              "modified" => "2021-12-06 13:45:17"
              "menu_order" => 0
              "mime_type" => "image/jpeg"
              "type" => "image"
              "subtype" => "jpeg"
              "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
              "width" => 804
              "height" => 507
              "sizes" => array:18 [
                "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2-150x150.jpg"
                "thumbnail-width" => 150
                "thumbnail-height" => 150
                "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2-300x189.jpg"
                "medium-width" => 300
                "medium-height" => 189
                "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2-768x484.jpg"
                "medium_large-width" => 768
                "medium_large-height" => 484
                "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2.jpg"
                "large-width" => 804
                "large-height" => 507
                "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2.jpg"
                "1536x1536-width" => 804
                "1536x1536-height" => 507
                "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2.jpg"
                "2048x2048-width" => 804
                "2048x2048-height" => 507
              ]
            ]
            "description" => """
              <p>Our experienced installation teams will safely deliver your project on time and to the highest quality.</p>\n
              <p><a class="button secondary" href="https://frame-tech.co.uk/process/installation/">Learn More</a></p>\n
              """
          ]
        ]
      ]
      "featured_image" => false
      "case_studies" => WP_Query {#2332}
      "latest_case_study" => WP_Query {#2579}
      "blog_posts" => WP_Query {#2576}
    ]
    
/homepages/29/d273910201/htdocs/wp-content/themes/frametech/vendor/illuminate/view/Engines/CompilerEngine.php
     *
     * @param  string  $path
     * @param  array  $data
     * @return string
     */
    public function get($path, array $data = [])
    {
        $this->lastCompiled[] = $path;
 
        // If this given view has expired, which means it has simply been edited since
        // it was last compiled, we will re-compile the views so we can evaluate a
        // fresh copy of the view. We'll pass the compiler the path of the view.
        if ($this->compiler->isExpired($path)) {
            $this->compiler->compile($path);
        }
 
        // Once we have the path to the compiled file, we will evaluate the paths with
        // typical PHP just like any other templates. We also keep a stack of views
        // which have been rendered for right exception messages to be generated.
        $results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
 
        array_pop($this->lastCompiled);
 
        return $results;
    }
 
    /**
     * Handle a view exception.
     *
     * @param  \Throwable  $e
     * @param  int  $obLevel
     * @return void
     *
     * @throws \Throwable
     */
    protected function handleViewException(Throwable $e, $obLevel)
    {
        $e = new ErrorException($this->getMessage($e), 0, 1, $e->getFile(), $e->getLine(), $e);
 
        parent::handleViewException($e, $obLevel);
Arguments
  1. "/homepages/29/d273910201/htdocs/wp-content/themes/frametech/storage/framework/views/2e1d521ca394a6c4cade2c0365eed68755067738.php"
    
  2. array:12 [
      "__env" => Illuminate\View\Factory {#1230}
      "app" => Roots\Acorn\Application {#1141}
      "siteName" => "FrameTech"
      "title" => ""
      "fields" => array:1 [
        0 => false
      ]
      "contact" => array:6 [
        "email" => "enquiries@frame-tech.co.uk"
        "phone" => "01924 481540"
        "twitter" => ""
        "facebook" => ""
        "instagram" => ""
        "address" => """
          FrameTech Structures,<br />\r\n
          Lock Way, Ravensthorpe,<br />\r\n
          Dewsbury, WF13 3SX
          """
      ]
      "cta" => array:2 [
        "text" => "<h3>Let&#8217;s talk about your next project</h3>\n"
        "image" => null
      ]
      "global" => array:9 [
        "our_offer_intro_text" => """
          <h2>Our Systems</h2>\n
          <p>At FrameTech we offer three varying offsite timber<br />\n
          frame panel systems:</p>\n
          """
        "systems" => array:3 [
          0 => array:3 [
            "title" => "Open System"
            "image" => array:24 [
              "ID" => 462
              "id" => 462
              "title" => "open-system"
              "filename" => "open-system.png"
              "filesize" => 30974
              "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system.png"
              "link" => "https://frame-tech.co.uk/open-system/"
              "alt" => ""
              "author" => "1"
              "description" => ""
              "caption" => ""
              "name" => "open-system"
              "status" => "inherit"
              "uploaded_to" => 0
              "date" => "2021-06-30 15:03:15"
              "modified" => "2021-06-30 15:03:15"
              "menu_order" => 0
              "mime_type" => "image/png"
              "type" => "image"
              "subtype" => "png"
              "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
              "width" => 216
              "height" => 167
              "sizes" => array:18 [
                "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system-150x150.png"
                "thumbnail-width" => 150
                "thumbnail-height" => 150
                "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system.png"
                "medium-width" => 216
                "medium-height" => 167
                "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system.png"
                "medium_large-width" => 216
                "medium_large-height" => 167
                "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system.png"
                "large-width" => 216
                "large-height" => 167
                "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system.png"
                "1536x1536-width" => 216
                "1536x1536-height" => 167
                "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system.png"
                "2048x2048-width" => 216
                "2048x2048-height" => 167
              ]
            ]
            "link" => ""
          ]
          1 => array:3 [
            "title" => "Hybrid System"
            "image" => array:24 [
              "ID" => 256
              "id" => 256
              "title" => "hybrid-system"
              "filename" => "hybrid-system.png"
              "filesize" => 39286
              "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system.png"
              "link" => "https://frame-tech.co.uk/hybrid-system/"
              "alt" => ""
              "author" => "1"
              "description" => ""
              "caption" => ""
              "name" => "hybrid-system"
              "status" => "inherit"
              "uploaded_to" => 0
              "date" => "2021-06-28 15:15:06"
              "modified" => "2021-06-28 15:15:06"
              "menu_order" => 0
              "mime_type" => "image/png"
              "type" => "image"
              "subtype" => "png"
              "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
              "width" => 216
              "height" => 167
              "sizes" => array:18 [
                "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system-150x150.png"
                "thumbnail-width" => 150
                "thumbnail-height" => 150
                "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system.png"
                "medium-width" => 216
                "medium-height" => 167
                "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system.png"
                "medium_large-width" => 216
                "medium_large-height" => 167
                "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system.png"
                "large-width" => 216
                "large-height" => 167
                "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system.png"
                "1536x1536-width" => 216
                "1536x1536-height" => 167
                "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system.png"
                "2048x2048-width" => 216
                "2048x2048-height" => 167
              ]
            ]
            "link" => ""
          ]
          2 => array:3 [
            "title" => "Closed System"
            "image" => array:24 [
              "ID" => 255
              "id" => 255
              "title" => "closed-system"
              "filename" => "closed-system.png"
              "filesize" => 34732
              "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system.png"
              "link" => "https://frame-tech.co.uk/closed-system/"
              "alt" => ""
              "author" => "1"
              "description" => ""
              "caption" => ""
              "name" => "closed-system"
              "status" => "inherit"
              "uploaded_to" => 0
              "date" => "2021-06-28 15:15:06"
              "modified" => "2021-06-28 15:15:06"
              "menu_order" => 0
              "mime_type" => "image/png"
              "type" => "image"
              "subtype" => "png"
              "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
              "width" => 216
              "height" => 167
              "sizes" => array:18 [
                "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system-150x150.png"
                "thumbnail-width" => 150
                "thumbnail-height" => 150
                "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system.png"
                "medium-width" => 216
                "medium-height" => 167
                "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system.png"
                "medium_large-width" => 216
                "medium_large-height" => 167
                "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system.png"
                "large-width" => 216
                "large-height" => 167
                "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system.png"
                "1536x1536-width" => 216
                "1536x1536-height" => 167
                "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system.png"
                "2048x2048-width" => 216
                "2048x2048-height" => 167
              ]
            ]
            "link" => ""
          ]
        ]
        "accreditations_text" => """
          <h2>Industry-Standard<br />\n
          Accreditations</h2>\n
          """
        "logos" => array:5 [
          0 => array:24 [
            "ID" => 699
            "id" => 699
            "title" => "chas_2"
            "filename" => "chas_2.png"
            "filesize" => 4105
            "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
            "link" => "https://frame-tech.co.uk/chas_2/"
            "alt" => ""
            "author" => "1"
            "description" => ""
            "caption" => ""
            "name" => "chas_2"
            "status" => "inherit"
            "uploaded_to" => 0
            "date" => "2021-12-02 15:59:41"
            "modified" => "2021-12-02 15:59:41"
            "menu_order" => 0
            "mime_type" => "image/png"
            "type" => "image"
            "subtype" => "png"
            "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
            "width" => 150
            "height" => 150
            "sizes" => array:18 [
              "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
              "thumbnail-width" => 150
              "thumbnail-height" => 150
              "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
              "medium-width" => 150
              "medium-height" => 150
              "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
              "medium_large-width" => 150
              "medium_large-height" => 150
              "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
              "large-width" => 150
              "large-height" => 150
              "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
              "1536x1536-width" => 150
              "1536x1536-height" => 150
              "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
              "2048x2048-width" => 150
              "2048x2048-height" => 150
            ]
          ]
          1 => array:24 [
            "ID" => 700
            "id" => 700
            "title" => "sta_2"
            "filename" => "sta_2.png"
            "filesize" => 3964
            "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
            "link" => "https://frame-tech.co.uk/sta_2/"
            "alt" => ""
            "author" => "1"
            "description" => ""
            "caption" => ""
            "name" => "sta_2"
            "status" => "inherit"
            "uploaded_to" => 0
            "date" => "2021-12-02 15:59:41"
            "modified" => "2021-12-02 15:59:41"
            "menu_order" => 0
            "mime_type" => "image/png"
            "type" => "image"
            "subtype" => "png"
            "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
            "width" => 150
            "height" => 150
            "sizes" => array:18 [
              "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
              "thumbnail-width" => 150
              "thumbnail-height" => 150
              "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
              "medium-width" => 150
              "medium-height" => 150
              "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
              "medium_large-width" => 150
              "medium_large-height" => 150
              "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
              "large-width" => 150
              "large-height" => 150
              "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
              "1536x1536-width" => 150
              "1536x1536-height" => 150
              "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
              "2048x2048-width" => 150
              "2048x2048-height" => 150
            ]
          ]
          2 => array:24 [
            "ID" => 701
            "id" => 701
            "title" => "Structural_Timber_Association_Member_2"
            "filename" => "Structural_Timber_Association_Member_2.png"
            "filesize" => 3269
            "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
            "link" => "https://frame-tech.co.uk/structural_timber_association_member_2/"
            "alt" => ""
            "author" => "1"
            "description" => ""
            "caption" => ""
            "name" => "structural_timber_association_member_2"
            "status" => "inherit"
            "uploaded_to" => 0
            "date" => "2021-12-02 15:59:42"
            "modified" => "2021-12-02 15:59:42"
            "menu_order" => 0
            "mime_type" => "image/png"
            "type" => "image"
            "subtype" => "png"
            "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
            "width" => 150
            "height" => 150
            "sizes" => array:18 [
              "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
              "thumbnail-width" => 150
              "thumbnail-height" => 150
              "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
              "medium-width" => 150
              "medium-height" => 150
              "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
              "medium_large-width" => 150
              "medium_large-height" => 150
              "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
              "large-width" => 150
              "large-height" => 150
              "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
              "1536x1536-width" => 150
              "1536x1536-height" => 150
              "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
              "2048x2048-width" => 150
              "2048x2048-height" => 150
            ]
          ]
          3 => array:24 [
            "ID" => 696
            "id" => 696
            "title" => "9001_2"
            "filename" => "9001_2.png"
            "filesize" => 3796
            "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
            "link" => "https://frame-tech.co.uk/9001_2/"
            "alt" => ""
            "author" => "1"
            "description" => ""
            "caption" => ""
            "name" => "9001_2"
            "status" => "inherit"
            "uploaded_to" => 0
            "date" => "2021-12-02 15:59:39"
            "modified" => "2021-12-02 15:59:39"
            "menu_order" => 0
            "mime_type" => "image/png"
            "type" => "image"
            "subtype" => "png"
            "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
            "width" => 150
            "height" => 150
            "sizes" => array:18 [
              "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
              "thumbnail-width" => 150
              "thumbnail-height" => 150
              "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
              "medium-width" => 150
              "medium-height" => 150
              "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
              "medium_large-width" => 150
              "medium_large-height" => 150
              "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
              "large-width" => 150
              "large-height" => 150
              "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
              "1536x1536-width" => 150
              "1536x1536-height" => 150
              "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
              "2048x2048-width" => 150
              "2048x2048-height" => 150
            ]
          ]
          4 => array:24 [
            "ID" => 697
            "id" => 697
            "title" => "14001_2"
            "filename" => "14001_2.png"
            "filesize" => 3829
            "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
            "link" => "https://frame-tech.co.uk/14001_2/"
            "alt" => ""
            "author" => "1"
            "description" => ""
            "caption" => ""
            "name" => "14001_2"
            "status" => "inherit"
            "uploaded_to" => 0
            "date" => "2021-12-02 15:59:40"
            "modified" => "2021-12-02 15:59:40"
            "menu_order" => 0
            "mime_type" => "image/png"
            "type" => "image"
            "subtype" => "png"
            "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
            "width" => 150
            "height" => 150
            "sizes" => array:18 [
              "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
              "thumbnail-width" => 150
              "thumbnail-height" => 150
              "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
              "medium-width" => 150
              "medium-height" => 150
              "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
              "medium_large-width" => 150
              "medium_large-height" => 150
              "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
              "large-width" => 150
              "large-height" => 150
              "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
              "1536x1536-width" => 150
              "1536x1536-height" => 150
              "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
              "2048x2048-width" => 150
              "2048x2048-height" => 150
            ]
          ]
        ]
        "brochure_text" => """
          <h2>Download Our Brochure</h2>\n
          <p>Enter your details into the form below to download the latest FrameTech brochure. We won’t share your details with anyone.</p>\n
          """
        "brochure_image" => array:24 [
          "ID" => 127
          "id" => 127
          "title" => "brochure"
          "filename" => "brochure.png"
          "filesize" => 150485
          "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure.png"
          "link" => "https://frame-tech.co.uk/brochure/"
          "alt" => ""
          "author" => "1"
          "description" => ""
          "caption" => ""
          "name" => "brochure"
          "status" => "inherit"
          "uploaded_to" => 0
          "date" => "2021-06-22 14:41:57"
          "modified" => "2021-06-22 14:41:57"
          "menu_order" => 0
          "mime_type" => "image/png"
          "type" => "image"
          "subtype" => "png"
          "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
          "width" => 429
          "height" => 602
          "sizes" => array:18 [
            "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure-150x150.png"
            "thumbnail-width" => 150
            "thumbnail-height" => 150
            "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure-214x300.png"
            "medium-width" => 214
            "medium-height" => 300
            "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure.png"
            "medium_large-width" => 429
            "medium_large-height" => 602
            "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure.png"
            "large-width" => 429
            "large-height" => 602
            "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure.png"
            "1536x1536-width" => 429
            "1536x1536-height" => 602
            "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure.png"
            "2048x2048-width" => 429
            "2048x2048-height" => 602
          ]
        ]
        "testimonials" => array:2 [
          0 => array:3 [
            "text" => """
              We are working with FrameTech across multiple sites as we have found them very easily to deal with, they supply a quality timber frame kit and service.\r\n
              We look forward to working with them on future sites.
              """
            "name" => "Paul McGarry"
            "title" => "Regional Operations Director, Lovell North West"
          ]
          1 => array:3 [
            "text" => "Working with FrameTech on site has been effortless, they have helped us by adhering to our programme and dates whilst providing a quality timber frame kit, any technical or site issues that arose were dealt with quickly and efficiently."
            "name" => "Nathan Phillips"
            "title" => "Construction director, Russell Homes"
          ]
        ]
        "our_process_intro_text" => """
          <h5>Our Process</h5>\n
          <h2>We’ve invested millions in the latest manufacturing technology and <span style="color: #3aab4f;">constantly invest in our staff – to offer the best possible solution to our clients.</span></h2>\n
          """
        "processes" => array:3 [
          0 => array:4 [
            "icon" => array:24 [
              "ID" => 153
              "id" => 153
              "title" => "design"
              "filename" => "design.svg"
              "filesize" => 2824
              "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
              "link" => "https://frame-tech.co.uk/home/design/"
              "alt" => ""
              "author" => "1"
              "description" => ""
              "caption" => ""
              "name" => "design"
              "status" => "inherit"
              "uploaded_to" => 2
              "date" => "2021-06-23 11:23:57"
              "modified" => "2021-06-23 11:43:10"
              "menu_order" => 0
              "mime_type" => "image/svg+xml"
              "type" => "image"
              "subtype" => "svg+xml"
              "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
              "width" => 80
              "height" => 80
              "sizes" => array:18 [
                "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
                "thumbnail-width" => 150
                "thumbnail-height" => 150
                "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
                "medium-width" => 300
                "medium-height" => 300
                "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
                "medium_large-width" => 768
                "medium_large-height" => 1
                "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
                "large-width" => 1024
                "large-height" => 1024
                "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
                "1536x1536-width" => 80
                "1536x1536-height" => 80
                "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
                "2048x2048-width" => 80
                "2048x2048-height" => 80
              ]
            ]
            "title" => "Design"
            "image" => array:24 [
              "ID" => 293
              "id" => 293
              "title" => "Our_Process_Design"
              "filename" => "Our_Process_Design.png"
              "filesize" => 130397
              "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design.png"
              "link" => "https://frame-tech.co.uk/our_process_design/"
              "alt" => "Design"
              "author" => "1"
              "description" => ""
              "caption" => ""
              "name" => "our_process_design"
              "status" => "inherit"
              "uploaded_to" => 0
              "date" => "2021-06-30 09:21:39"
              "modified" => "2021-06-30 09:23:18"
              "menu_order" => 0
              "mime_type" => "image/png"
              "type" => "image"
              "subtype" => "png"
              "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
              "width" => 804
              "height" => 507
              "sizes" => array:18 [
                "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design-150x150.png"
                "thumbnail-width" => 150
                "thumbnail-height" => 150
                "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design-300x189.png"
                "medium-width" => 300
                "medium-height" => 189
                "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design-768x484.png"
                "medium_large-width" => 768
                "medium_large-height" => 484
                "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design.png"
                "large-width" => 804
                "large-height" => 507
                "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design.png"
                "1536x1536-width" => 804
                "1536x1536-height" => 507
                "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design.png"
                "2048x2048-width" => 804
                "2048x2048-height" => 507
              ]
            ]
            "description" => """
              <p>Our experienced designers will work with your team to create efficient, compliant and cost effective timber frame systems for your next project.</p>\n
              <p><a class="button secondary" href="https://frame-tech.co.uk/process/design/">Learn More</a></p>\n
              """
          ]
          1 => array:4 [
            "icon" => array:24 [
              "ID" => 291
              "id" => 291
              "title" => "manufacture"
              "filename" => "manufacture.svg"
              "filesize" => 6501
              "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
              "link" => "https://frame-tech.co.uk/manufacture/"
              "alt" => "Manufacture"
              "author" => "1"
              "description" => ""
              "caption" => ""
              "name" => "manufacture"
              "status" => "inherit"
              "uploaded_to" => 0
              "date" => "2021-06-30 09:09:08"
              "modified" => "2021-06-30 09:09:17"
              "menu_order" => 0
              "mime_type" => "image/svg+xml"
              "type" => "image"
              "subtype" => "svg+xml"
              "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
              "width" => 87
              "height" => 87
              "sizes" => array:18 [
                "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
                "thumbnail-width" => 150
                "thumbnail-height" => 150
                "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
                "medium-width" => 300
                "medium-height" => 300
                "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
                "medium_large-width" => 768
                "medium_large-height" => 1
                "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
                "large-width" => 1024
                "large-height" => 1024
                "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
                "1536x1536-width" => 87
                "1536x1536-height" => 87
                "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
                "2048x2048-width" => 87
                "2048x2048-height" => 87
              ]
            ]
            "title" => "Manufacture"
            "image" => array:24 [
              "ID" => 296
              "id" => 296
              "title" => "Our_Process_Manufacture"
              "filename" => "Our_Process_Manufacture.png"
              "filesize" => 136175
              "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture.png"
              "link" => "https://frame-tech.co.uk/our_process_manufacture/"
              "alt" => "Manufacture"
              "author" => "1"
              "description" => ""
              "caption" => ""
              "name" => "our_process_manufacture"
              "status" => "inherit"
              "uploaded_to" => 0
              "date" => "2021-06-30 09:23:25"
              "modified" => "2021-06-30 09:23:32"
              "menu_order" => 0
              "mime_type" => "image/png"
              "type" => "image"
              "subtype" => "png"
              "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
              "width" => 804
              "height" => 507
              "sizes" => array:18 [
                "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture-150x150.png"
                "thumbnail-width" => 150
                "thumbnail-height" => 150
                "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture-300x189.png"
                "medium-width" => 300
                "medium-height" => 189
                "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture-768x484.png"
                "medium_large-width" => 768
                "medium_large-height" => 484
                "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture.png"
                "large-width" => 804
                "large-height" => 507
                "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture.png"
                "1536x1536-width" => 804
                "1536x1536-height" => 507
                "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture.png"
                "2048x2048-width" => 804
                "2048x2048-height" => 507
              ]
            ]
            "description" => """
              <p>We provide industry-leading timber frame systems at scale for customers throughout the UK. FrameTech can successfully deliver your next project.</p>\n
              <p><a class="button secondary" href="https://frame-tech.co.uk/process/manufacture/">Learn More</a></p>\n
              """
          ]
          2 => array:4 [
            "icon" => array:24 [
              "ID" => 292
              "id" => 292
              "title" => "installation"
              "filename" => "installation.svg"
              "filesize" => 2970
              "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
              "link" => "https://frame-tech.co.uk/process/installation/installation-2/"
              "alt" => "Installation"
              "author" => "1"
              "description" => ""
              "caption" => ""
              "name" => "installation-2"
              "status" => "inherit"
              "uploaded_to" => 305
              "date" => "2021-06-30 09:10:16"
              "modified" => "2021-09-22 13:37:13"
              "menu_order" => 0
              "mime_type" => "image/svg+xml"
              "type" => "image"
              "subtype" => "svg+xml"
              "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
              "width" => 80
              "height" => 80
              "sizes" => array:18 [
                "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
                "thumbnail-width" => 150
                "thumbnail-height" => 150
                "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
                "medium-width" => 300
                "medium-height" => 300
                "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
                "medium_large-width" => 768
                "medium_large-height" => 1
                "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
                "large-width" => 1024
                "large-height" => 1024
                "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
                "1536x1536-width" => 80
                "1536x1536-height" => 80
                "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
                "2048x2048-width" => 80
                "2048x2048-height" => 80
              ]
            ]
            "title" => "Installation"
            "image" => array:24 [
              "ID" => 702
              "id" => 702
              "title" => "FrameTech_Featured_Image_Installation2"
              "filename" => "FrameTech_Featured_Image_Installation2.jpg"
              "filesize" => 137656
              "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2.jpg"
              "link" => "https://frame-tech.co.uk/frametech_featured_image_installation2/"
              "alt" => ""
              "author" => "1"
              "description" => ""
              "caption" => ""
              "name" => "frametech_featured_image_installation2"
              "status" => "inherit"
              "uploaded_to" => 0
              "date" => "2021-12-06 13:45:17"
              "modified" => "2021-12-06 13:45:17"
              "menu_order" => 0
              "mime_type" => "image/jpeg"
              "type" => "image"
              "subtype" => "jpeg"
              "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
              "width" => 804
              "height" => 507
              "sizes" => array:18 [
                "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2-150x150.jpg"
                "thumbnail-width" => 150
                "thumbnail-height" => 150
                "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2-300x189.jpg"
                "medium-width" => 300
                "medium-height" => 189
                "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2-768x484.jpg"
                "medium_large-width" => 768
                "medium_large-height" => 484
                "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2.jpg"
                "large-width" => 804
                "large-height" => 507
                "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2.jpg"
                "1536x1536-width" => 804
                "1536x1536-height" => 507
                "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2.jpg"
                "2048x2048-width" => 804
                "2048x2048-height" => 507
              ]
            ]
            "description" => """
              <p>Our experienced installation teams will safely deliver your project on time and to the highest quality.</p>\n
              <p><a class="button secondary" href="https://frame-tech.co.uk/process/installation/">Learn More</a></p>\n
              """
          ]
        ]
      ]
      "featured_image" => false
      "case_studies" => WP_Query {#2332}
      "latest_case_study" => WP_Query {#2579}
      "blog_posts" => WP_Query {#2576}
    ]
    
/homepages/29/d273910201/htdocs/wp-content/themes/frametech/vendor/illuminate/view/View.php
        $this->factory->callComposer($this);
 
        $contents = $this->getContents();
 
        // Once we've finished rendering the view, we'll decrement the render count
        // so that each sections get flushed out next time a view is created and
        // no old sections are staying around in the memory of an environment.
        $this->factory->decrementRender();
 
        return $contents;
    }
 
    /**
     * Get the evaluated contents of the view.
     *
     * @return string
     */
    protected function getContents()
    {
        return $this->engine->get($this->path, $this->gatherData());
    }
 
    /**
     * Get the data bound to the view instance.
     *
     * @return array
     */
    public function gatherData()
    {
        $data = array_merge($this->factory->getShared(), $this->data);
 
        foreach ($data as $key => $value) {
            if ($value instanceof Renderable) {
                $data[$key] = $value->render();
            }
        }
 
        return $data;
    }
 
Arguments
  1. "/homepages/29/d273910201/htdocs/wp-content/themes/frametech/resources/views/index.blade.php"
    
  2. array:12 [
      "__env" => Illuminate\View\Factory {#1230}
      "app" => Roots\Acorn\Application {#1141}
      "siteName" => "FrameTech"
      "title" => ""
      "fields" => array:1 [
        0 => false
      ]
      "contact" => array:6 [
        "email" => "enquiries@frame-tech.co.uk"
        "phone" => "01924 481540"
        "twitter" => ""
        "facebook" => ""
        "instagram" => ""
        "address" => """
          FrameTech Structures,<br />\r\n
          Lock Way, Ravensthorpe,<br />\r\n
          Dewsbury, WF13 3SX
          """
      ]
      "cta" => array:2 [
        "text" => "<h3>Let&#8217;s talk about your next project</h3>\n"
        "image" => null
      ]
      "global" => array:9 [
        "our_offer_intro_text" => """
          <h2>Our Systems</h2>\n
          <p>At FrameTech we offer three varying offsite timber<br />\n
          frame panel systems:</p>\n
          """
        "systems" => array:3 [
          0 => array:3 [
            "title" => "Open System"
            "image" => array:24 [
              "ID" => 462
              "id" => 462
              "title" => "open-system"
              "filename" => "open-system.png"
              "filesize" => 30974
              "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system.png"
              "link" => "https://frame-tech.co.uk/open-system/"
              "alt" => ""
              "author" => "1"
              "description" => ""
              "caption" => ""
              "name" => "open-system"
              "status" => "inherit"
              "uploaded_to" => 0
              "date" => "2021-06-30 15:03:15"
              "modified" => "2021-06-30 15:03:15"
              "menu_order" => 0
              "mime_type" => "image/png"
              "type" => "image"
              "subtype" => "png"
              "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
              "width" => 216
              "height" => 167
              "sizes" => array:18 [
                "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system-150x150.png"
                "thumbnail-width" => 150
                "thumbnail-height" => 150
                "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system.png"
                "medium-width" => 216
                "medium-height" => 167
                "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system.png"
                "medium_large-width" => 216
                "medium_large-height" => 167
                "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system.png"
                "large-width" => 216
                "large-height" => 167
                "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system.png"
                "1536x1536-width" => 216
                "1536x1536-height" => 167
                "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/open-system.png"
                "2048x2048-width" => 216
                "2048x2048-height" => 167
              ]
            ]
            "link" => ""
          ]
          1 => array:3 [
            "title" => "Hybrid System"
            "image" => array:24 [
              "ID" => 256
              "id" => 256
              "title" => "hybrid-system"
              "filename" => "hybrid-system.png"
              "filesize" => 39286
              "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system.png"
              "link" => "https://frame-tech.co.uk/hybrid-system/"
              "alt" => ""
              "author" => "1"
              "description" => ""
              "caption" => ""
              "name" => "hybrid-system"
              "status" => "inherit"
              "uploaded_to" => 0
              "date" => "2021-06-28 15:15:06"
              "modified" => "2021-06-28 15:15:06"
              "menu_order" => 0
              "mime_type" => "image/png"
              "type" => "image"
              "subtype" => "png"
              "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
              "width" => 216
              "height" => 167
              "sizes" => array:18 [
                "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system-150x150.png"
                "thumbnail-width" => 150
                "thumbnail-height" => 150
                "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system.png"
                "medium-width" => 216
                "medium-height" => 167
                "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system.png"
                "medium_large-width" => 216
                "medium_large-height" => 167
                "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system.png"
                "large-width" => 216
                "large-height" => 167
                "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system.png"
                "1536x1536-width" => 216
                "1536x1536-height" => 167
                "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/hybrid-system.png"
                "2048x2048-width" => 216
                "2048x2048-height" => 167
              ]
            ]
            "link" => ""
          ]
          2 => array:3 [
            "title" => "Closed System"
            "image" => array:24 [
              "ID" => 255
              "id" => 255
              "title" => "closed-system"
              "filename" => "closed-system.png"
              "filesize" => 34732
              "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system.png"
              "link" => "https://frame-tech.co.uk/closed-system/"
              "alt" => ""
              "author" => "1"
              "description" => ""
              "caption" => ""
              "name" => "closed-system"
              "status" => "inherit"
              "uploaded_to" => 0
              "date" => "2021-06-28 15:15:06"
              "modified" => "2021-06-28 15:15:06"
              "menu_order" => 0
              "mime_type" => "image/png"
              "type" => "image"
              "subtype" => "png"
              "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
              "width" => 216
              "height" => 167
              "sizes" => array:18 [
                "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system-150x150.png"
                "thumbnail-width" => 150
                "thumbnail-height" => 150
                "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system.png"
                "medium-width" => 216
                "medium-height" => 167
                "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system.png"
                "medium_large-width" => 216
                "medium_large-height" => 167
                "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system.png"
                "large-width" => 216
                "large-height" => 167
                "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system.png"
                "1536x1536-width" => 216
                "1536x1536-height" => 167
                "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/closed-system.png"
                "2048x2048-width" => 216
                "2048x2048-height" => 167
              ]
            ]
            "link" => ""
          ]
        ]
        "accreditations_text" => """
          <h2>Industry-Standard<br />\n
          Accreditations</h2>\n
          """
        "logos" => array:5 [
          0 => array:24 [
            "ID" => 699
            "id" => 699
            "title" => "chas_2"
            "filename" => "chas_2.png"
            "filesize" => 4105
            "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
            "link" => "https://frame-tech.co.uk/chas_2/"
            "alt" => ""
            "author" => "1"
            "description" => ""
            "caption" => ""
            "name" => "chas_2"
            "status" => "inherit"
            "uploaded_to" => 0
            "date" => "2021-12-02 15:59:41"
            "modified" => "2021-12-02 15:59:41"
            "menu_order" => 0
            "mime_type" => "image/png"
            "type" => "image"
            "subtype" => "png"
            "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
            "width" => 150
            "height" => 150
            "sizes" => array:18 [
              "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
              "thumbnail-width" => 150
              "thumbnail-height" => 150
              "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
              "medium-width" => 150
              "medium-height" => 150
              "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
              "medium_large-width" => 150
              "medium_large-height" => 150
              "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
              "large-width" => 150
              "large-height" => 150
              "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
              "1536x1536-width" => 150
              "1536x1536-height" => 150
              "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/chas_2.png"
              "2048x2048-width" => 150
              "2048x2048-height" => 150
            ]
          ]
          1 => array:24 [
            "ID" => 700
            "id" => 700
            "title" => "sta_2"
            "filename" => "sta_2.png"
            "filesize" => 3964
            "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
            "link" => "https://frame-tech.co.uk/sta_2/"
            "alt" => ""
            "author" => "1"
            "description" => ""
            "caption" => ""
            "name" => "sta_2"
            "status" => "inherit"
            "uploaded_to" => 0
            "date" => "2021-12-02 15:59:41"
            "modified" => "2021-12-02 15:59:41"
            "menu_order" => 0
            "mime_type" => "image/png"
            "type" => "image"
            "subtype" => "png"
            "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
            "width" => 150
            "height" => 150
            "sizes" => array:18 [
              "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
              "thumbnail-width" => 150
              "thumbnail-height" => 150
              "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
              "medium-width" => 150
              "medium-height" => 150
              "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
              "medium_large-width" => 150
              "medium_large-height" => 150
              "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
              "large-width" => 150
              "large-height" => 150
              "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
              "1536x1536-width" => 150
              "1536x1536-height" => 150
              "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/sta_2.png"
              "2048x2048-width" => 150
              "2048x2048-height" => 150
            ]
          ]
          2 => array:24 [
            "ID" => 701
            "id" => 701
            "title" => "Structural_Timber_Association_Member_2"
            "filename" => "Structural_Timber_Association_Member_2.png"
            "filesize" => 3269
            "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
            "link" => "https://frame-tech.co.uk/structural_timber_association_member_2/"
            "alt" => ""
            "author" => "1"
            "description" => ""
            "caption" => ""
            "name" => "structural_timber_association_member_2"
            "status" => "inherit"
            "uploaded_to" => 0
            "date" => "2021-12-02 15:59:42"
            "modified" => "2021-12-02 15:59:42"
            "menu_order" => 0
            "mime_type" => "image/png"
            "type" => "image"
            "subtype" => "png"
            "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
            "width" => 150
            "height" => 150
            "sizes" => array:18 [
              "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
              "thumbnail-width" => 150
              "thumbnail-height" => 150
              "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
              "medium-width" => 150
              "medium-height" => 150
              "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
              "medium_large-width" => 150
              "medium_large-height" => 150
              "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
              "large-width" => 150
              "large-height" => 150
              "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
              "1536x1536-width" => 150
              "1536x1536-height" => 150
              "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/Structural_Timber_Association_Member_2.png"
              "2048x2048-width" => 150
              "2048x2048-height" => 150
            ]
          ]
          3 => array:24 [
            "ID" => 696
            "id" => 696
            "title" => "9001_2"
            "filename" => "9001_2.png"
            "filesize" => 3796
            "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
            "link" => "https://frame-tech.co.uk/9001_2/"
            "alt" => ""
            "author" => "1"
            "description" => ""
            "caption" => ""
            "name" => "9001_2"
            "status" => "inherit"
            "uploaded_to" => 0
            "date" => "2021-12-02 15:59:39"
            "modified" => "2021-12-02 15:59:39"
            "menu_order" => 0
            "mime_type" => "image/png"
            "type" => "image"
            "subtype" => "png"
            "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
            "width" => 150
            "height" => 150
            "sizes" => array:18 [
              "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
              "thumbnail-width" => 150
              "thumbnail-height" => 150
              "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
              "medium-width" => 150
              "medium-height" => 150
              "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
              "medium_large-width" => 150
              "medium_large-height" => 150
              "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
              "large-width" => 150
              "large-height" => 150
              "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
              "1536x1536-width" => 150
              "1536x1536-height" => 150
              "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/9001_2.png"
              "2048x2048-width" => 150
              "2048x2048-height" => 150
            ]
          ]
          4 => array:24 [
            "ID" => 697
            "id" => 697
            "title" => "14001_2"
            "filename" => "14001_2.png"
            "filesize" => 3829
            "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
            "link" => "https://frame-tech.co.uk/14001_2/"
            "alt" => ""
            "author" => "1"
            "description" => ""
            "caption" => ""
            "name" => "14001_2"
            "status" => "inherit"
            "uploaded_to" => 0
            "date" => "2021-12-02 15:59:40"
            "modified" => "2021-12-02 15:59:40"
            "menu_order" => 0
            "mime_type" => "image/png"
            "type" => "image"
            "subtype" => "png"
            "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
            "width" => 150
            "height" => 150
            "sizes" => array:18 [
              "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
              "thumbnail-width" => 150
              "thumbnail-height" => 150
              "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
              "medium-width" => 150
              "medium-height" => 150
              "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
              "medium_large-width" => 150
              "medium_large-height" => 150
              "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
              "large-width" => 150
              "large-height" => 150
              "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
              "1536x1536-width" => 150
              "1536x1536-height" => 150
              "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/14001_2.png"
              "2048x2048-width" => 150
              "2048x2048-height" => 150
            ]
          ]
        ]
        "brochure_text" => """
          <h2>Download Our Brochure</h2>\n
          <p>Enter your details into the form below to download the latest FrameTech brochure. We won’t share your details with anyone.</p>\n
          """
        "brochure_image" => array:24 [
          "ID" => 127
          "id" => 127
          "title" => "brochure"
          "filename" => "brochure.png"
          "filesize" => 150485
          "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure.png"
          "link" => "https://frame-tech.co.uk/brochure/"
          "alt" => ""
          "author" => "1"
          "description" => ""
          "caption" => ""
          "name" => "brochure"
          "status" => "inherit"
          "uploaded_to" => 0
          "date" => "2021-06-22 14:41:57"
          "modified" => "2021-06-22 14:41:57"
          "menu_order" => 0
          "mime_type" => "image/png"
          "type" => "image"
          "subtype" => "png"
          "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
          "width" => 429
          "height" => 602
          "sizes" => array:18 [
            "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure-150x150.png"
            "thumbnail-width" => 150
            "thumbnail-height" => 150
            "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure-214x300.png"
            "medium-width" => 214
            "medium-height" => 300
            "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure.png"
            "medium_large-width" => 429
            "medium_large-height" => 602
            "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure.png"
            "large-width" => 429
            "large-height" => 602
            "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure.png"
            "1536x1536-width" => 429
            "1536x1536-height" => 602
            "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/brochure.png"
            "2048x2048-width" => 429
            "2048x2048-height" => 602
          ]
        ]
        "testimonials" => array:2 [
          0 => array:3 [
            "text" => """
              We are working with FrameTech across multiple sites as we have found them very easily to deal with, they supply a quality timber frame kit and service.\r\n
              We look forward to working with them on future sites.
              """
            "name" => "Paul McGarry"
            "title" => "Regional Operations Director, Lovell North West"
          ]
          1 => array:3 [
            "text" => "Working with FrameTech on site has been effortless, they have helped us by adhering to our programme and dates whilst providing a quality timber frame kit, any technical or site issues that arose were dealt with quickly and efficiently."
            "name" => "Nathan Phillips"
            "title" => "Construction director, Russell Homes"
          ]
        ]
        "our_process_intro_text" => """
          <h5>Our Process</h5>\n
          <h2>We’ve invested millions in the latest manufacturing technology and <span style="color: #3aab4f;">constantly invest in our staff – to offer the best possible solution to our clients.</span></h2>\n
          """
        "processes" => array:3 [
          0 => array:4 [
            "icon" => array:24 [
              "ID" => 153
              "id" => 153
              "title" => "design"
              "filename" => "design.svg"
              "filesize" => 2824
              "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
              "link" => "https://frame-tech.co.uk/home/design/"
              "alt" => ""
              "author" => "1"
              "description" => ""
              "caption" => ""
              "name" => "design"
              "status" => "inherit"
              "uploaded_to" => 2
              "date" => "2021-06-23 11:23:57"
              "modified" => "2021-06-23 11:43:10"
              "menu_order" => 0
              "mime_type" => "image/svg+xml"
              "type" => "image"
              "subtype" => "svg+xml"
              "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
              "width" => 80
              "height" => 80
              "sizes" => array:18 [
                "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
                "thumbnail-width" => 150
                "thumbnail-height" => 150
                "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
                "medium-width" => 300
                "medium-height" => 300
                "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
                "medium_large-width" => 768
                "medium_large-height" => 1
                "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
                "large-width" => 1024
                "large-height" => 1024
                "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
                "1536x1536-width" => 80
                "1536x1536-height" => 80
                "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/design.svg"
                "2048x2048-width" => 80
                "2048x2048-height" => 80
              ]
            ]
            "title" => "Design"
            "image" => array:24 [
              "ID" => 293
              "id" => 293
              "title" => "Our_Process_Design"
              "filename" => "Our_Process_Design.png"
              "filesize" => 130397
              "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design.png"
              "link" => "https://frame-tech.co.uk/our_process_design/"
              "alt" => "Design"
              "author" => "1"
              "description" => ""
              "caption" => ""
              "name" => "our_process_design"
              "status" => "inherit"
              "uploaded_to" => 0
              "date" => "2021-06-30 09:21:39"
              "modified" => "2021-06-30 09:23:18"
              "menu_order" => 0
              "mime_type" => "image/png"
              "type" => "image"
              "subtype" => "png"
              "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
              "width" => 804
              "height" => 507
              "sizes" => array:18 [
                "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design-150x150.png"
                "thumbnail-width" => 150
                "thumbnail-height" => 150
                "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design-300x189.png"
                "medium-width" => 300
                "medium-height" => 189
                "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design-768x484.png"
                "medium_large-width" => 768
                "medium_large-height" => 484
                "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design.png"
                "large-width" => 804
                "large-height" => 507
                "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design.png"
                "1536x1536-width" => 804
                "1536x1536-height" => 507
                "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Design.png"
                "2048x2048-width" => 804
                "2048x2048-height" => 507
              ]
            ]
            "description" => """
              <p>Our experienced designers will work with your team to create efficient, compliant and cost effective timber frame systems for your next project.</p>\n
              <p><a class="button secondary" href="https://frame-tech.co.uk/process/design/">Learn More</a></p>\n
              """
          ]
          1 => array:4 [
            "icon" => array:24 [
              "ID" => 291
              "id" => 291
              "title" => "manufacture"
              "filename" => "manufacture.svg"
              "filesize" => 6501
              "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
              "link" => "https://frame-tech.co.uk/manufacture/"
              "alt" => "Manufacture"
              "author" => "1"
              "description" => ""
              "caption" => ""
              "name" => "manufacture"
              "status" => "inherit"
              "uploaded_to" => 0
              "date" => "2021-06-30 09:09:08"
              "modified" => "2021-06-30 09:09:17"
              "menu_order" => 0
              "mime_type" => "image/svg+xml"
              "type" => "image"
              "subtype" => "svg+xml"
              "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
              "width" => 87
              "height" => 87
              "sizes" => array:18 [
                "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
                "thumbnail-width" => 150
                "thumbnail-height" => 150
                "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
                "medium-width" => 300
                "medium-height" => 300
                "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
                "medium_large-width" => 768
                "medium_large-height" => 1
                "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
                "large-width" => 1024
                "large-height" => 1024
                "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
                "1536x1536-width" => 87
                "1536x1536-height" => 87
                "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/manufacture.svg"
                "2048x2048-width" => 87
                "2048x2048-height" => 87
              ]
            ]
            "title" => "Manufacture"
            "image" => array:24 [
              "ID" => 296
              "id" => 296
              "title" => "Our_Process_Manufacture"
              "filename" => "Our_Process_Manufacture.png"
              "filesize" => 136175
              "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture.png"
              "link" => "https://frame-tech.co.uk/our_process_manufacture/"
              "alt" => "Manufacture"
              "author" => "1"
              "description" => ""
              "caption" => ""
              "name" => "our_process_manufacture"
              "status" => "inherit"
              "uploaded_to" => 0
              "date" => "2021-06-30 09:23:25"
              "modified" => "2021-06-30 09:23:32"
              "menu_order" => 0
              "mime_type" => "image/png"
              "type" => "image"
              "subtype" => "png"
              "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
              "width" => 804
              "height" => 507
              "sizes" => array:18 [
                "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture-150x150.png"
                "thumbnail-width" => 150
                "thumbnail-height" => 150
                "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture-300x189.png"
                "medium-width" => 300
                "medium-height" => 189
                "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture-768x484.png"
                "medium_large-width" => 768
                "medium_large-height" => 484
                "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture.png"
                "large-width" => 804
                "large-height" => 507
                "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture.png"
                "1536x1536-width" => 804
                "1536x1536-height" => 507
                "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/Our_Process_Manufacture.png"
                "2048x2048-width" => 804
                "2048x2048-height" => 507
              ]
            ]
            "description" => """
              <p>We provide industry-leading timber frame systems at scale for customers throughout the UK. FrameTech can successfully deliver your next project.</p>\n
              <p><a class="button secondary" href="https://frame-tech.co.uk/process/manufacture/">Learn More</a></p>\n
              """
          ]
          2 => array:4 [
            "icon" => array:24 [
              "ID" => 292
              "id" => 292
              "title" => "installation"
              "filename" => "installation.svg"
              "filesize" => 2970
              "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
              "link" => "https://frame-tech.co.uk/process/installation/installation-2/"
              "alt" => "Installation"
              "author" => "1"
              "description" => ""
              "caption" => ""
              "name" => "installation-2"
              "status" => "inherit"
              "uploaded_to" => 305
              "date" => "2021-06-30 09:10:16"
              "modified" => "2021-09-22 13:37:13"
              "menu_order" => 0
              "mime_type" => "image/svg+xml"
              "type" => "image"
              "subtype" => "svg+xml"
              "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
              "width" => 80
              "height" => 80
              "sizes" => array:18 [
                "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
                "thumbnail-width" => 150
                "thumbnail-height" => 150
                "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
                "medium-width" => 300
                "medium-height" => 300
                "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
                "medium_large-width" => 768
                "medium_large-height" => 1
                "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
                "large-width" => 1024
                "large-height" => 1024
                "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
                "1536x1536-width" => 80
                "1536x1536-height" => 80
                "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/06/installation.svg"
                "2048x2048-width" => 80
                "2048x2048-height" => 80
              ]
            ]
            "title" => "Installation"
            "image" => array:24 [
              "ID" => 702
              "id" => 702
              "title" => "FrameTech_Featured_Image_Installation2"
              "filename" => "FrameTech_Featured_Image_Installation2.jpg"
              "filesize" => 137656
              "url" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2.jpg"
              "link" => "https://frame-tech.co.uk/frametech_featured_image_installation2/"
              "alt" => ""
              "author" => "1"
              "description" => ""
              "caption" => ""
              "name" => "frametech_featured_image_installation2"
              "status" => "inherit"
              "uploaded_to" => 0
              "date" => "2021-12-06 13:45:17"
              "modified" => "2021-12-06 13:45:17"
              "menu_order" => 0
              "mime_type" => "image/jpeg"
              "type" => "image"
              "subtype" => "jpeg"
              "icon" => "https://frame-tech.co.uk/wp-includes/images/media/default.png"
              "width" => 804
              "height" => 507
              "sizes" => array:18 [
                "thumbnail" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2-150x150.jpg"
                "thumbnail-width" => 150
                "thumbnail-height" => 150
                "medium" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2-300x189.jpg"
                "medium-width" => 300
                "medium-height" => 189
                "medium_large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2-768x484.jpg"
                "medium_large-width" => 768
                "medium_large-height" => 484
                "large" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2.jpg"
                "large-width" => 804
                "large-height" => 507
                "1536x1536" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2.jpg"
                "1536x1536-width" => 804
                "1536x1536-height" => 507
                "2048x2048" => "https://frame-tech.co.uk/wp-content/uploads/2021/12/FrameTech_Featured_Image_Installation2.jpg"
                "2048x2048-width" => 804
                "2048x2048-height" => 507
              ]
            ]
            "description" => """
              <p>Our experienced installation teams will safely deliver your project on time and to the highest quality.</p>\n
              <p><a class="button secondary" href="https://frame-tech.co.uk/process/installation/">Learn More</a></p>\n
              """
          ]
        ]
      ]
      "featured_image" => false
      "case_studies" => WP_Query {#2332}
      "latest_case_study" => WP_Query {#2579}
      "blog_posts" => WP_Query {#2576}
    ]
    
/homepages/29/d273910201/htdocs/wp-content/themes/frametech/vendor/illuminate/view/View.php
 
            throw $e;
        }
    }
 
    /**
     * Get the contents of the view instance.
     *
     * @return string
     */
    protected function renderContents()
    {
        // We will keep track of the amount of views being rendered so we can flush
        // the section after the complete rendering operation is done. This will
        // clear out the sections for any separate views that may be rendered.
        $this->factory->incrementRender();
 
        $this->factory->callComposer($this);
 
        $contents = $this->getContents();
 
        // Once we've finished rendering the view, we'll decrement the render count
        // so that each sections get flushed out next time a view is created and
        // no old sections are staying around in the memory of an environment.
        $this->factory->decrementRender();
 
        return $contents;
    }
 
    /**
     * Get the evaluated contents of the view.
     *
     * @return string
     */
    protected function getContents()
    {
        return $this->engine->get($this->path, $this->gatherData());
    }
 
    /**
/homepages/29/d273910201/htdocs/wp-content/themes/frametech/vendor/illuminate/view/View.php
        $this->view = $view;
        $this->path = $path;
        $this->engine = $engine;
        $this->factory = $factory;
 
        $this->data = $data instanceof Arrayable ? $data->toArray() : (array) $data;
    }
 
    /**
     * Get the string contents of the view.
     *
     * @param  callable|null  $callback
     * @return array|string
     *
     * @throws \Throwable
     */
    public function render(callable $callback = null)
    {
        try {
            $contents = $this->renderContents();
 
            $response = isset($callback) ? $callback($this, $contents) : null;
 
            // Once we have the contents of the view, we will flush the sections if we are
            // done rendering all views so that there is nothing left hanging over when
            // another view gets rendered in the future by the application developer.
            $this->factory->flushStateIfDoneRendering();
 
            return ! is_null($response) ? $response : $contents;
        } catch (Throwable $e) {
            $this->factory->flushState();
 
            throw $e;
        }
    }
 
    /**
     * Get the contents of the view instance.
     *
     * @return string
/homepages/29/d273910201/htdocs/wp-content/themes/frametech/index.php
<?php echo \Roots\view(\Roots\app('sage.view'), \Roots\app('sage.data'))->render(); ?>
/homepages/29/d273910201/htdocs/wp-includes/template-loader.php
            }
 
            break;
        }
    }
 
    if ( ! $template ) {
        $template = get_index_template();
    }
 
    /**
     * Filters the path of the current template before including it.
     *
     * @since 3.0.0
     *
     * @param string $template The path of the template to include.
     */
    $template = apply_filters( 'template_include', $template );
    if ( $template ) {
        include $template;
    } elseif ( current_user_can( 'switch_themes' ) ) {
        $theme = wp_get_theme();
        if ( $theme->errors() ) {
            wp_die( $theme->errors() );
        }
    }
    return;
}
 
Arguments
  1. "/homepages/29/d273910201/htdocs/wp-content/themes/frametech/index.php"
    
/homepages/29/d273910201/htdocs/wp-blog-header.php
<?php
/**
 * Loads the WordPress environment and template.
 *
 * @package WordPress
 */
 
if ( ! isset( $wp_did_header ) ) {
 
    $wp_did_header = true;
 
    // Load the WordPress library.
    require_once __DIR__ . '/wp-load.php';
 
    // Set up the WordPress query.
    wp();
 
    // Load the theme template.
    require_once ABSPATH . WPINC . '/template-loader.php';
 
}
 
Arguments
  1. "/homepages/29/d273910201/htdocs/wp-includes/template-loader.php"
    
/homepages/29/d273910201/htdocs/index.php
<?php
/**
 * Front to the WordPress application. This file doesn't do anything, but loads
 * wp-blog-header.php which does and tells WordPress to load the theme.
 *
 * @package WordPress
 */
 
/**
 * Tells WordPress to load the WordPress theme and output it.
 *
 * @var bool
 */
define( 'WP_USE_THEMES', true );
 
/** Loads the WordPress Environment and Template */
require __DIR__ . '/wp-blog-header.php';
 
Arguments
  1. "/homepages/29/d273910201/htdocs/wp-blog-header.php"
    

Environment & details:

empty
empty
empty
empty
empty
Key Value
SERVER_SOFTWARE
"Apache"
REQUEST_URI
"/author/frametech/"
REDIRECT_REDIRECT_UNIQUE_ID
"Z4m9O9p7x_KmRDZ351JOegAAABo"
REDIRECT_REDIRECT_WAAS_MODE
"0"
REDIRECT_REDIRECT_DOCUMENT_ROOT
"/kunden/homepages/29/d273910201/htdocs"
REDIRECT_REDIRECT_UI_SUEXEC_DEFAULT_CHROOT_ID
"14"
REDIRECT_REDIRECT_UI_SUEXEC_FSTATD_UNIXSOCKET
"/run/ui-fstatd.suexec.socket"
REDIRECT_REDIRECT_UI_SUEXEC_STATISTICS_UNIXSOCKET
"/homepages/sclientMF/http.sock.bin"
REDIRECT_REDIRECT_HTTP_AUTHORIZATION
""
REDIRECT_REDIRECT_HTTPS
"on"
REDIRECT_REDIRECT_DBENTRY__RSCLVL_CPU
"40"
REDIRECT_REDIRECT_DBENTRY__RSCLVL_MEM
"768"
REDIRECT_REDIRECT_DBENTRY__RSCLVL_PROCSOFT
"15"
REDIRECT_REDIRECT_DBENTRY__RSCLVL_PROCHARD
"27"
REDIRECT_REDIRECT_DBENTRY__RSCLVL_JIMDO
"800"
REDIRECT_REDIRECT_DBENTRY__RSCLVL_CPU_JIMDO
"60"
REDIRECT_REDIRECT_DBENTRY__RSCLVL_MEM_JIMDO
"768"
REDIRECT_REDIRECT_DBENTRY__RSCLVL_PROCSOFT_JIMDO
"24"
REDIRECT_REDIRECT_DBENTRY__RSCLVL_PROCHARD_JIMDO
"24"
REDIRECT_REDIRECT_DBENTRY_HOST
"frame-tech.co.uk"
REDIRECT_REDIRECT_DBENTRY_VALUE
"/kunden/homepages/29/d273910201/htdocs:d0000#CPU 60 #MEM 262144 #CGI 524616 #NPROC 10 #TAID 52172458 #LANG 1 #PARKING 1 #RSCLVL 300 #STAT 1 #CHROOT 13"
REDIRECT_REDIRECT_DBENTRY_DOCROOT
"/kunden/homepages/29/d273910201/htdocs"
REDIRECT_REDIRECT_DBENTRY_HASH
"d0000"
REDIRECT_REDIRECT_DBENTRY__CPU
"60"
REDIRECT_REDIRECT_DBENTRY__MEM
"262144"
REDIRECT_REDIRECT_DBENTRY__CGI
"524616"
REDIRECT_REDIRECT_DBENTRY__NPROC
"10"
REDIRECT_REDIRECT_DBENTRY__TAID
"52172458"
REDIRECT_REDIRECT_DBENTRY__LANG
"1"
REDIRECT_REDIRECT_DBENTRY__PARKING
"1"
REDIRECT_REDIRECT_DBENTRY__RSCLVL
"300"
REDIRECT_REDIRECT_DBENTRY__STAT
"1"
REDIRECT_REDIRECT_DBENTRY__CHROOT
"13"
REDIRECT_REDIRECT_DBENTRY
"/kunden/homepages/29/d273910201/htdocs:d0000#CPU 60 #MEM 262144 #CGI 524616 #NPROC 10 #TAID 52172458 #LANG 1 #PARKING 1 #RSCLVL 300 #STAT 1 #CHROOT 13"
REDIRECT_REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"Z4m9O9p7x_KmRDZ351JOegAAABo"
REDIRECT_DOCUMENT_ROOT
"/kunden/homepages/29/d273910201/htdocs"
REDIRECT_HTTP_AUTHORIZATION
""
REDIRECT_HTTPS
"on"
REDIRECT_HANDLER
"x-mapp-php5.5"
REDIRECT_STATUS
"200"
UNIQUE_ID
"Z4m9O9p7x_KmRDZ351JOegAAABo"
HTTPS
"on"
HTTP_HOST
"frame-tech.co.uk"
HTTP_CONNECTION
"close"
HTTP_USER_AGENT
"CCBot/2.0 (https://commoncrawl.org/faq/)"
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
HTTP_ACCEPT_LANGUAGE
"en-US,en;q=0.5"
HTTP_ACCEPT_ENCODING
"br,gzip"
PATH
"/bin:/usr/bin"
SERVER_SIGNATURE
""
SERVER_NAME
"frame-tech.co.uk"
SERVER_ADDR
"82.165.86.67"
SERVER_PORT
"443"
REMOTE_ADDR
"18.97.14.89"
DOCUMENT_ROOT
"/kunden/homepages/29/d273910201/htdocs"
REQUEST_SCHEME
"https"
CONTEXT_PREFIX
"/system-bin/"
CONTEXT_DOCUMENT_ROOT
"/kunden/usr/lib/cgi-bin/"
SERVER_ADMIN
"webmaster@frame-tech.co.uk"
SCRIPT_FILENAME
"/kunden/homepages/29/d273910201/htdocs/index.php"
REMOTE_PORT
"12630"
REDIRECT_URL
"/index.php"
GATEWAY_INTERFACE
"CGI/1.1"
SERVER_PROTOCOL
"HTTP/1.1"
REQUEST_METHOD
"GET"
QUERY_STRING
""
SCRIPT_NAME
"/index.php"
STATUS
"200"
ORIG_PATH_INFO
"/index.php"
ORIG_PATH_TRANSLATED
"/kunden/homepages/29/d273910201/htdocs/index.php"
PHP_SELF
"/index.php"
REQUEST_TIME_FLOAT
1737080123.3405
REQUEST_TIME
1737080123
argv
[]
argc
0
Key Value
REDIRECT_REDIRECT_UNIQUE_ID
"Z4m9O9p7x_KmRDZ351JOegAAABo"
REDIRECT_REDIRECT_WAAS_MODE
"0"
REDIRECT_REDIRECT_DOCUMENT_ROOT
"/kunden/homepages/29/d273910201/htdocs"
REDIRECT_REDIRECT_UI_SUEXEC_DEFAULT_CHROOT_ID
"14"
REDIRECT_REDIRECT_UI_SUEXEC_FSTATD_UNIXSOCKET
"/run/ui-fstatd.suexec.socket"
REDIRECT_REDIRECT_UI_SUEXEC_STATISTICS_UNIXSOCKET
"/homepages/sclientMF/http.sock.bin"
REDIRECT_REDIRECT_HTTP_AUTHORIZATION
""
REDIRECT_REDIRECT_HTTPS
"on"
REDIRECT_REDIRECT_DBENTRY__RSCLVL_CPU
"40"
REDIRECT_REDIRECT_DBENTRY__RSCLVL_MEM
"768"
REDIRECT_REDIRECT_DBENTRY__RSCLVL_PROCSOFT
"15"
REDIRECT_REDIRECT_DBENTRY__RSCLVL_PROCHARD
"27"
REDIRECT_REDIRECT_DBENTRY__RSCLVL_JIMDO
"800"
REDIRECT_REDIRECT_DBENTRY__RSCLVL_CPU_JIMDO
"60"
REDIRECT_REDIRECT_DBENTRY__RSCLVL_MEM_JIMDO
"768"
REDIRECT_REDIRECT_DBENTRY__RSCLVL_PROCSOFT_JIMDO
"24"
REDIRECT_REDIRECT_DBENTRY__RSCLVL_PROCHARD_JIMDO
"24"
REDIRECT_REDIRECT_DBENTRY_HOST
"frame-tech.co.uk"
REDIRECT_REDIRECT_DBENTRY_VALUE
"/kunden/homepages/29/d273910201/htdocs:d0000#CPU 60 #MEM 262144 #CGI 524616 #NPROC 10 #TAID 52172458 #LANG 1 #PARKING 1 #RSCLVL 300 #STAT 1 #CHROOT 13"
REDIRECT_REDIRECT_DBENTRY_DOCROOT
"/kunden/homepages/29/d273910201/htdocs"
REDIRECT_REDIRECT_DBENTRY_HASH
"d0000"
REDIRECT_REDIRECT_DBENTRY__CPU
"60"
REDIRECT_REDIRECT_DBENTRY__MEM
"262144"
REDIRECT_REDIRECT_DBENTRY__CGI
"524616"
REDIRECT_REDIRECT_DBENTRY__NPROC
"10"
REDIRECT_REDIRECT_DBENTRY__TAID
"52172458"
REDIRECT_REDIRECT_DBENTRY__LANG
"1"
REDIRECT_REDIRECT_DBENTRY__PARKING
"1"
REDIRECT_REDIRECT_DBENTRY__RSCLVL
"300"
REDIRECT_REDIRECT_DBENTRY__STAT
"1"
REDIRECT_REDIRECT_DBENTRY__CHROOT
"13"
REDIRECT_REDIRECT_DBENTRY
"/kunden/homepages/29/d273910201/htdocs:d0000#CPU 60 #MEM 262144 #CGI 524616 #NPROC 10 #TAID 52172458 #LANG 1 #PARKING 1 #RSCLVL 300 #STAT 1 #CHROOT 13"
REDIRECT_REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"Z4m9O9p7x_KmRDZ351JOegAAABo"
REDIRECT_DOCUMENT_ROOT
"/kunden/homepages/29/d273910201/htdocs"
REDIRECT_HTTP_AUTHORIZATION
""
REDIRECT_HTTPS
"on"
REDIRECT_HANDLER
"x-mapp-php5.5"
REDIRECT_STATUS
"200"
UNIQUE_ID
"Z4m9O9p7x_KmRDZ351JOegAAABo"
HTTPS
"on"
HTTP_HOST
"frame-tech.co.uk"
HTTP_CONNECTION
"close"
HTTP_USER_AGENT
"CCBot/2.0 (https://commoncrawl.org/faq/)"
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
HTTP_ACCEPT_LANGUAGE
"en-US,en;q=0.5"
HTTP_ACCEPT_ENCODING
"br,gzip"
PATH
"/bin:/usr/bin"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SERVER_NAME
"frame-tech.co.uk"
SERVER_ADDR
"82.165.86.67"
SERVER_PORT
"443"
REMOTE_ADDR
"18.97.14.89"
DOCUMENT_ROOT
"/kunden/homepages/29/d273910201/htdocs"
REQUEST_SCHEME
"https"
CONTEXT_PREFIX
"/system-bin/"
CONTEXT_DOCUMENT_ROOT
"/kunden/usr/lib/cgi-bin/"
SERVER_ADMIN
"webmaster@frame-tech.co.uk"
SCRIPT_FILENAME
"/kunden/homepages/29/d273910201/htdocs/index.php"
REMOTE_PORT
"12630"
REDIRECT_URL
"/index.php"
GATEWAY_INTERFACE
"CGI/1.1"
SERVER_PROTOCOL
"HTTP/1.1"
REQUEST_METHOD
"GET"
QUERY_STRING
""
REQUEST_URI
"/author/frametech/"
SCRIPT_NAME
"/index.php"
STATUS
"200"
ORIG_PATH_INFO
"/index.php"
ORIG_PATH_TRANSLATED
"/kunden/homepages/29/d273910201/htdocs/index.php"
0. Whoops\Handler\PrettyPageHandler