108 lines
3.8 KiB
PHP
108 lines
3.8 KiB
PHP
@extends('layouts.master')
|
||
@section('page_title')
|
||
@if(isset($page_title))
|
||
{{ $page_title }}
|
||
@endif
|
||
@endsection
|
||
@section('css')
|
||
@endsection
|
||
@section('content')
|
||
|
||
<div class="row">
|
||
<div class="col-md-12 col-sm-6">
|
||
<div class="x_panel">
|
||
<div class="x_title">
|
||
<h2>Daily active users <small>Sessions</small></h2>
|
||
<ul class="nav navbar-right panel_toolbox">
|
||
<li><a class="collapse-link"><i class="fa fa-chevron-up"></i></a>
|
||
</li>
|
||
<li class="dropdown">
|
||
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"><i class="fa fa-wrench"></i></a>
|
||
<ul class="dropdown-menu" role="menu">
|
||
<li><a href="#">Settings 1</a>
|
||
</li>
|
||
<li><a href="#">Settings 2</a>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
<li><a class="close-link"><i class="fa fa-close"></i></a>
|
||
</li>
|
||
</ul>
|
||
<div class="clearfix"></div>
|
||
</div>
|
||
<div class="x_content">
|
||
<ul class="list-unstyled timeline">
|
||
<li>
|
||
<div class="block">
|
||
<div class="tags">
|
||
<a href="" class="tag">
|
||
<span>Entertainment</span>
|
||
</a>
|
||
</div>
|
||
<div class="block_content">
|
||
<h2 class="title">
|
||
<a>Who Needs Sundance When You’ve Got Crowdfunding?</a>
|
||
</h2>
|
||
<div class="byline">
|
||
<span>13 hours ago</span> by <a>Jane Smith</a>
|
||
</div>
|
||
<p class="excerpt">Film festivals used to be do-or-die moments for movie makers. They were where you met the producers that could fund your project, and if the buyers liked your flick, they’d pay to Fast-forward and… <a>Read More</a>
|
||
</p>
|
||
</div>
|
||
</div>
|
||
</li>
|
||
<li>
|
||
<div class="block">
|
||
<div class="tags">
|
||
<a href="" class="tag">
|
||
<span>Entertainment</span>
|
||
</a>
|
||
</div>
|
||
<div class="block_content">
|
||
<h2 class="title">
|
||
<a>Who Needs Sundance When You’ve Got Crowdfunding?</a>
|
||
</h2>
|
||
<div class="byline">
|
||
<span>13 hours ago</span> by <a>Jane Smith</a>
|
||
</div>
|
||
<p class="excerpt">Film festivals used to be do-or-die moments for movie makers. They were where you met the producers that could fund your project, and if the buyers liked your flick, they’d pay to Fast-forward and… <a>Read More</a>
|
||
</p>
|
||
</div>
|
||
</div>
|
||
</li>
|
||
<li>
|
||
<div class="block">
|
||
<div class="tags">
|
||
<a href="" class="tag">
|
||
<span>Entertainment</span>
|
||
</a>
|
||
</div>
|
||
<div class="block_content">
|
||
<h2 class="title">
|
||
<a>Who Needs Sundance When You’ve Got Crowdfunding?</a>
|
||
</h2>
|
||
<div class="byline">
|
||
<span>13 hours ago</span> by <a>Jane Smith</a>
|
||
</div>
|
||
<p class="excerpt">Film festivals used to be do-or-die moments for movie makers. They were where you met the producers that could fund your project, and if the buyers liked your flick, they’d pay to Fast-forward and… <a>Read More</a>
|
||
</p>
|
||
</div>
|
||
</div>
|
||
</li>
|
||
</ul>
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
@endsection
|
||
@section('javascript')
|
||
<script type="text/javascript">
|
||
$(document).ready(function(){
|
||
|
||
|
||
});
|
||
|
||
</script>
|
||
@endsection
|