Beispiel #1
0
@extends('layout.main')

@section('content')

@section('seo')
<?php 
TKPM::seo($mp4, 'mp4', $author);
?>
@stop

@section('title')
{{ $title }}
@stop

<div class="col-sm-8">

	@if ( Session::has('message') )
		<div class="alert alert-success fade in" role="alert">
	      <button type="button" class="close" data-dismiss="alert">
	      	<span aria-hidden="true">×</span>
	      	<span class="sr-only">Close</span>
	      </button>
	      <strong>{{ Session::get('message') }}</strong>
	    </div>
	@endif

	@include('mp4.video-player')
	<div class="row bg-black">
		<h2 class="text-center">
		{{ $title }}
		<br>
@extends('layout.nosidebar')

@section('content')

@section('seo')
<?php 
TKPM::seo($user, 'user', $author);
?>
@stop

@section('title')
 	{{ $title }}
@stop

@include('user.profile-stats')

<div class="col-sm-8">

	@if ( Session::has('message') )
		<div class="alert alert-info fade in" role="alert">
      		<button type="button" class="close" data-dismiss="alert">
      			<span aria-hidden="true">×</span>
      			<span class="sr-only">Fèmen</span>
      		</button>
      		<h3>{{ Session::get('message') }}</h3>
    	</div>
	@endif

	<div class="bg-danger">

		@if( $errors )
Beispiel #3
0
@extends('layout.main')

@section('title')
	{{ $title }}
@stop

{{-- @include('inc.seo') --}}

@section('seo')
<?php 
TKPM::seo($mp3, 'mp3', $author);
?>
@stop

@section('content')

<div class="col-sm-8">

	@if ( Session::has('message') )
		<div class="alert alert-success fade in" role="alert">
	      <button type="button" class="close" data-dismiss="alert">
	      	<span aria-hidden="true">×</span>
	      	<span class="sr-only">Fèmen</span>
	      </button>
	      <strong>{{ Session::get('message') }}</strong>
	    </div>
	@endif


	@include('mp3.audio-player')
Beispiel #4
0
@extends('layout.main')

@section('title')
{{ $title }}
@stop

@section('seo')
<?php 
TKPM::seo($cat, 'cat', $author);
?>
@stop

@section('content')

	<div class="col-sm-8">

		<div class="row bg-black">
			<h2 class="text-center">{{ $title }}</h2>
		</div>

		<hr>

		@if( $results->count() > 0 )
		@include('cats.grid-12')

		<div class="col-sm-12 text-center">

			@if ( $mp3count > 0 )

			<p>
				<a