@extends('master') @section('head') @if (Auth::check() && Auth::user()->theme_id) @else @endif @stop @section('body')

 

 

 

@if (Session::has('message'))
{{ Session::get('message') }}
@endif @yield('content')
@if (!Auth::check() || !Auth::user()->registered) @endif @stop