2018-09-17 23:33:05 +00:00
|
|
|
@extends('layouts.app')
|
|
|
|
|
|
|
|
@section('content')
|
|
|
|
<div class="container">
|
|
|
|
<div class="row justify-content-center">
|
|
|
|
<div class="col-md-8">
|
2018-09-28 05:09:00 +00:00
|
|
|
<div class="row"><h1>{!! __('help.helpTitle') !!}</h1></div>
|
2018-09-17 23:33:05 +00:00
|
|
|
<div class="card">
|
2018-09-28 05:09:00 +00:00
|
|
|
<div class="card-header"><strong>{!! __('help.whatIsIt') !!}</strong></div>
|
2018-09-17 23:33:05 +00:00
|
|
|
<div class="card-body">
|
2018-09-28 05:09:00 +00:00
|
|
|
{!! __('help.siteHelpOthers') !!}
|
2018-09-17 23:33:05 +00:00
|
|
|
<p class="my-4"><ul>
|
2018-09-28 05:09:00 +00:00
|
|
|
{!! __('help.product_item') !!}
|
2018-09-17 23:33:05 +00:00
|
|
|
</ul></p>
|
2018-09-28 05:09:00 +00:00
|
|
|
<p class="my-4">
|
|
|
|
{!! __('help.examples') !!}
|
2018-09-17 23:33:05 +00:00
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2018-09-17 23:35:44 +00:00
|
|
|
<div class="row justify-content-center mt-4">
|
|
|
|
<div class="col-md-8">
|
|
|
|
<div class="card">
|
2018-09-28 22:14:29 +00:00
|
|
|
<div class="card-header"><strong>{!! __('help.step_title') !!}</strong></div>
|
2018-09-18 00:19:18 +00:00
|
|
|
<div class="card-body">
|
|
|
|
<div>
|
2018-09-28 22:14:29 +00:00
|
|
|
<strong>{!! __('help.step_sharing_subtitle') !!}</strong>
|
2018-09-18 00:19:18 +00:00
|
|
|
<ol>
|
2018-09-28 22:14:29 +00:00
|
|
|
{!! __('help.step_sharing_steps') !!}
|
2018-09-18 00:19:18 +00:00
|
|
|
</ol>
|
|
|
|
</div>
|
|
|
|
<div>
|
2018-09-28 22:14:29 +00:00
|
|
|
<strong>{!! __('help.step_sharedItem_subtitle') !!}</strong>
|
2018-09-18 00:19:18 +00:00
|
|
|
<ol>
|
2018-09-28 22:14:29 +00:00
|
|
|
{!! __('help.step_sharedItem_steps') !!}
|
2018-09-18 00:19:18 +00:00
|
|
|
</ol>
|
|
|
|
</div>
|
|
|
|
<div>
|
2018-09-28 22:14:29 +00:00
|
|
|
<strong>{!! __('help.step_getAlerted_subtitle') !!}</strong>
|
2018-09-18 00:19:18 +00:00
|
|
|
<ol>
|
2018-09-28 22:14:29 +00:00
|
|
|
{!! __('help.step_getAlerted_steps') !!}
|
2018-09-18 00:19:18 +00:00
|
|
|
</ol>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="row justify-content-center mt-4">
|
|
|
|
<div class="col-md-8">
|
|
|
|
<div class="card">
|
2018-09-28 22:14:29 +00:00
|
|
|
<div class="card-header"><strong>{!! __('help.screens_title') !!}</strong></div>
|
2018-09-17 23:35:44 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="row justify-content-center mt-4">
|
|
|
|
<div class="col-md-8">
|
|
|
|
<div class="card">
|
2018-09-28 22:14:29 +00:00
|
|
|
<div class="card-header"><strong>{!! __('help.home_title') !!}</strong></div>
|
2018-09-18 00:19:18 +00:00
|
|
|
<div class="card-body">
|
2018-09-28 22:14:29 +00:00
|
|
|
{!! __('help.home_body') !!}
|
2018-09-18 00:19:18 +00:00
|
|
|
</div>
|
2018-09-17 23:35:44 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="row justify-content-center mt-4">
|
|
|
|
<div class="col-md-8">
|
|
|
|
<div class="card">
|
2018-09-28 22:14:29 +00:00
|
|
|
<div class="card-header"><strong>{!! __('help.products_title') !!}</strong></div>
|
2018-09-18 00:19:18 +00:00
|
|
|
<div class="card-body">
|
2018-09-28 22:14:29 +00:00
|
|
|
{!! __('help.products_body') !!}
|
2018-09-18 00:19:18 +00:00
|
|
|
</div>
|
2018-09-17 23:35:44 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2018-09-17 23:33:05 +00:00
|
|
|
</div>
|
|
|
|
@endsection
|