Skip to content

Instantly share code, notes, and snippets.

View ChadTaljaardt's full-sized avatar
🏠
Living the dream

Chad Taljaardt ChadTaljaardt

🏠
Living the dream
View GitHub Profile
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>Home</title>
@extends('frontend.index')
@section('content')
<h1>hi</h1>
@stop
<!-- Header Block
============================================== -->
<header class="header-block line-top">
<!-- Main Header
............................................ -->
<div class="main-header container">
<!-- Header Cols -->
<div class="header-cols">
<?php
namespace App\Providers;
use Illuminate\Support\ServiceProvider;
class ComposerServiceProvider extends ServiceProvider
{
/**
* Register bindings in the container.
<?php
namespace App\Http\ViewComposers;
use Illuminate\View\View;
use App\Models\Store\Cart as Cart;
use Auth;
use App\Categories as Categories;
class HeaderComposer
<?php
namespace App\Http\ViewComposers;
use Illuminate\View\View;
use App\Models\Store\Cart as Cart;
use Auth;
use App\Categories as Categories;
use App\Models\Store\Products as Products;
<?php
namespace App\Providers;
use Illuminate\Routing\Router;
use Illuminate\Foundation\Support\Providers\RouteServiceProvider as ServiceProvider;
class MyCounter {
public $counter = 0;
<!-- Footer
=================================================== -->
<footer class="footer-block">
<!-- Bottom -->
<div class="footer-bottom invert-colors bcolor-bg">
<!-- Container -->
<div class="container">
<span class="copy-text">&copy; 2016 Jacqueline Bell Jewellery. {{ $Counter->inc() }}</span>
<!-- hlinks -->
<ul class="hlinks pull-right">
/*
* Testament Shopify theme
* Copyright 2015, Underground Media
* www.shopifythemes.net
*
* Gridlock v3.2.1 - 2014-10-28
* A responsive CSS grid system. Part of the Formstone Library.
* http://formstone.it/gridlock/
*
* Copyright 2014 Ben Plum; MIT Licensed