@extends('panel.layout.app') @section('title', __('How it Works')) @section('content')
@if($app_is_demo) {{__('Create New Step')}} @else {{__('Create New Step')}} @endif
@foreach($howitWorksList as $entry) @endforeach
{{__('Order')}} {{__('Title')}} {{__('Updated At')}} {{__('Actions')}}
{{$entry->order}} {!! $entry->title !!}

{{date("j.n.Y", strtotime($entry->updated_at))}}

{{date("H:i:s", strtotime($entry->updated_at))}}

@if($app_is_demo) @else @endif
@if($app_is_not_demo)

{{__('Bottom Line Settings')}}

@if($defaults['option'] == 1) @else @endif
{{__('Preview')}} : {!! $defaults["html"] !!}
@endif
{{__('*You can use HTML in Step Title and Bottom Line.')}}
@endsection @section('script') @endsection