@extends(isset($eventLooks) ? (is_null($eventLooks['is_draft']) ? 'index' : ($eventLooks['is_draft'] == 0 ? 'index-left-sidebar' : 'index')) : 'index') @section('content') @if(isset($eventLooks)) @if($eventLooks['is_draft'] == 0)
Titles Font |
---|
@if(isset($eventLooks))
@if($font == $eventLooks['title'] )
{{ Form::radio('titleFont', $font, true, array('id'=>'titleFont'.$key)) }}
@else
{{ Form::radio('titleFont', $font, false, array('id'=>'titleFont'.$key)) }}
@endif
@else
@if($key == 1)
{{ Form::radio('titleFont', $font, true, array('id'=>'titleFont'.$key)) }}
@else
{{ Form::radio('titleFont', $font, false, array('id'=>'titleFont'.$key)) }}
@endif
@endif
{{ Form::label('titleFont'.$key, $font, array('style' => 'font-family:'.$font)) }}
|
Body Font |
---|
@if(isset($eventLooks))
@if($font == $eventLooks['body'])
{{ Form::radio('bodyFont', $font, true, array('id'=>'bodyFont'.$key)) }}
@else
{{ Form::radio('bodyFont', $font, false, array('id'=>'bodyFont'.$key)) }}
@endif
@else
@if($key == 0)
{{ Form::radio('bodyFont', $font, true, array('id'=>'bodyFont'.$key)) }}
@else
{{ Form::radio('bodyFont', $font, false, array('id'=>'bodyFont'.$key)) }}
@endif
@endif
{{ Form::label('bodyFont'.$key, $font, array('style' => 'font-family:'.$font)) }}
|
Your Event Name