OwlCyberSecurity - MANAGER
Edit File: blog.blade.php
@extends('layouts.master') @section('title') Blog & Updates | Betloaded Free Predictions @endsection @section('tag') <meta name="description" content="Betloaded is a Prediction Portal that provides football predictions, tips &amp; analysis based on algorithms, detailed analysis, betting tips, forms and statistics, the latest results on a huge range sports. We are dedicated to ensuring maximum gains and returns for you by providing valued bets on sporting events"> <link rel="canonical" href="https://www.betloaded.com/blog/" /> {{--<div id="disqus_thread"></div>--}} @endsection @section('levelCSS') @endsection @section('blog') active @endsection @section('body') <!-- page title & breadcrumbs start --> @include('partials.breadcrumb', ['title'=>'Blog']) <!-- /.page-header --> <!-- page title & breadcrumbs end --> <div class="container"> <div class="row"> @include('partials.topAds') <div class="col-sm-10 col-sm-offset-1 text-justify"><br><br> @foreach($posts as $key => $post) <div class="col-sm-6"> <div class="sports-img zoom mb40"> <img src="{{$path}}/blog/{{$post->display_image}}" class="img-responsive img-rounded" alt="news img"> </div> <div class="sports-title mb20"> <h3>{{$post->title}}</h3> <p>{{\Carbon\Carbon::parse($post->created_at)->format('d./m/Y')}} / Categories: <span>{{$post->category}}</span></p> </div> <div class="news-btn mt20"> <a href="{{route('/blog')}}/{{$post->slug}}" class="btn btn-md btn-primary"><i class="fa fa-eye"></i> Read Now</a> </div> </div> @endforeach {{$posts->render('paginator.paginate')}} <div class="col-sm-12"> <br><br> </div> </div> </div> </div> @endsection @section('levelJS') @endsection