@extends('layouts.user-no-nav') @section('page_title', __('LiveSmart Dashboard')) @section('scripts') {!! Minify::javascript([ '/js/posts/create-livesmart.js', ])->withFullUrl() !!} @stop @section('content')


@if(!GenericHelper::isUserVerified() && $publish) @endif
@stop