@extends('app') @section('content')

{!! __t('Guida') !!}

{{ __t('Indice') }}

    @if(is_agent()) @endif @if(is_customer()) @endif @if(is_agent()) @endif @if(is_customer() && call_setting('app.modules.customers.change')) @endif
@get_template_part('page.guide.parts.layout', null, ['index' => 0, 'section' => 'layout']) @get_template_part('page.guide.parts.catalog', null, ['index' => 1, 'section' => 'catalog']) @get_template_part('page.guide.parts.products', null, ['index' => 2, 'section' => 'products']) @get_template_part('page.guide.parts.cart', null, ['index' => 3, 'section' => 'cart']) @if(is_agent()) @get_template_part('page.guide.parts.cart-list', null, ['index' => 4, 'section' => 'cart-list']) @endif @get_template_part('page.guide.parts.orders', null, ['index' => 5, 'section' => 'orders']) @if(is_customer()) @get_template_part('page.guide.parts.customer', null, ['index' => 6, 'section' => 'customers']) @endif @if(is_agent()) @get_template_part('page.guide.parts.customers', null, ['index' => 6, 'section' => 'customers']) @endif @get_template_part('page.guide.parts.process-order', null, ['index' => 7, 'section' => 'process-order']) @get_template_part('page.guide.parts.change-return', null, ['index' => 8, 'section' => 'change-return'])
@endsection