X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/realesbar-X/resources/views/blog
home
/
gfecatvj
/
sites
/
realesbar-X
/
resources
/
views
/
blog
/
📁
..
📄
article.blade.php
(1.39 KB)
📄
index.blade.php
(1.61 KB)
📄
templ.blade.php
(6.08 KB)
Editing: templ.blade.php
@extends('templ') {{-- head Start--}} @section('meta_description'){{$meta_description}}@endsection @section('title'){{$title}}@endsection @section('more_css_style') <style type="text/css"> .error{ color:red; } #feedback_thank_you p{ margin-top: 15px; } #feedback_thank_you{ display: none; } </style> @endsection @section('Google_adsense') @includeif('googleadsense') @endsection {{-- head end--}} {{-- Body start--}} {{-- section starts--}} {{-- top --}} @section('section_content_top') <form action="#" class="findFormBlock findFormBlock2 bgLightDark hasShadowTop offsetHeaderTop"> <div class="container"> </div> </form> @endsection {{-- Middle --}} <?php if(Auth::check()){ $name = Auth::user()->name; $email = Auth::user()->email; }else{ $name = ''; $email = ''; } ?> @section('section_content') <section class="twoColumns container"> <!-- contentFiltersHeadingWrap --> <header class="contentFiltersHeadingWrap row"> <div class="col-xs-12 col-sm-10"> <!-- breadcrumb --> <ol class="breadcrumb breadcrumb1"> <li><a href="/">Home</a></li> <li class="active">Blog</li> </ol> </div> </header> <div class="row"> <div class="col-xs-12 col-md-8 col-md-push-4"> <!-- content --> <div id="content"> @if($view == 'articles') @include('blog.index') @elseif($view == 'article') @include('blog.article') @endif </div> </div> {{--<div class="col-xs-12 col-md-4 col-md-pull-8"> <!-- sidebar --> <aside id="sidebar"> <!-- widgetCalc --> <section class="widget widgetPadding widgetCalc bgWhite"> <!-- widgetCalcForm --> <form action="#" class="widgetSearchForm"> <div class="form-group"> <input type="text" class="form-control elemenBlock" placeholder="Search"> <button type="submit" class="elemenBlock btn btnSecondary fontNeuron text-uppercase bdr-none"><i class="fi flaticon-search"></i></button> </div> </form> </section> <section class="widget widgetPadding widgetCalc bgWhite"> <h3 class="fontNeuron fwBold text-capitalize">Categories</h3> <ul class="list-unstyled widgetCategoryList"> <li><a href="#">2016 Trend</a></li> <li><a href="#">Creative Design</a></li> <li><a href="#">Home Decor</a></li> <li><a href="#">Interior Design</a></li> <li><a href="#">Modern Style</a></li> </ul> </section> <!-- widgetRecentPosts --> <section class="widget widgetPadding widgetRecentPosts bgWhite"> <h3 class="fontNeuron fwBold text-capitalize">Recent Post</h3> <!-- widgetRecentPostsList --> <ul class="list-unstyled widgetRecentPostsList padlReset"> <li> <div class="alignleft"> <a href="properties-single1.html"><img src="https://via.placeholder.com/110x80" alt="image description"></a> </div> <div class="descrWrap"> <h4 class="fontNeuron fwBold"><a href="properties-single1.html">Villa on Hollywood</a></h4> <p>February 9, 2017</p> </div> </li> <li> <div class="alignleft"> <a href="properties-single1.html"><img src="https://via.placeholder.com/110x80" alt="image description"></a> </div> <div class="descrWrap"> <h4 class="fontNeuron fwBold"><a href="properties-single1.html">4 Bedroom New House</a></h4> <p>February 9, 2017</p> </div> </li> <li> <div class="alignleft"> <a href="properties-single1.html"><img src="https://via.placeholder.com/110x80" alt="image description"></a> </div> <div class="descrWrap"> <h4 class="fontNeuron fwBold"><a href="properties-single1.html">Eagle Apartments</a></h4> <p>February 9, 2017</p> </div> </li> </ul> </section> <section class="widget widgetPadding widgetCalc bgWhite"> <h3 class="fontNeuron fwBold text-capitalize">Our Photos</h3> <ul class="list-unstyled widgetInstaList"> <li><a href="properties-single1.html"><img src="https://via.placeholder.com/90x70" class="img-responsive" alt="image description"></a></li> <li><a href="properties-single1.html"><img src="https://via.placeholder.com/90x70" class="img-responsive" alt="image description"></a></li> <li><a href="properties-single1.html"><img src="https://via.placeholder.com/90x70" class="img-responsive" alt="image description"></a></li> <li><a href="properties-single1.html"><img src="https://via.placeholder.com/90x70" class="img-responsive" alt="image description"></a></li> <li><a href="properties-single1.html"><img src="https://via.placeholder.com/90x70" class="img-responsive" alt="image description"></a></li> <li><a href="properties-single1.html"><img src="https://via.placeholder.com/90x70" class="img-responsive" alt="image description"></a></li> </ul> </section> <section class="widget widgetPadding widgetCalc bgWhite"> <h3 class="fontNeuron fwBold text-capitalize">Tags</h3> <ul class="list-unstyled widgetTaglist"> <li><a href="#">Apartment</a></li> <li><a href="#">Luxury </a></li> <li><a href="#">Real Estate</a></li> <li><a href="#">LemanHouse</a></li> <li><a href="#">For Rent</a></li> </ul> </section> </aside> </div>--}} </div> </section> @endsection {{-- bottom for pop ups--}} @section('section_content_3') @endsection {{-- section end--}} {{-- footer Start--}} {{-- footer end --}} {{-- Scripts start--}} @section('ext_scripts') @endsection {{-- script end--}} {{--Body end--}}
Upload File
Create Folder