@extends('welcome') @section('title', __('howtoprepare.seo_title', ['company' => config('app.name')])) @section('meta_description', __('howtoprepare.seo_description')) @section('content')

{{ __('howtoprepare.breadcrumb_title_part1') }} & {{ __('howtoprepare.breadcrumb_title_part2') }}

icon {{ __('howtoprepare.subtitle') }}

{{ __('howtoprepare.title_line1') }} {{ __('howtoprepare.title_line2') }}

{{-- Imagem dinĂ¢mica --}}
{{ __('howtoprepare.title_line2') }}
{{-- Texto dinĂ¢mico vindo do ficheiro --}}

{!! $prepareText !!}

{{-- Features --}}
icon

{{ __('howtoprepare.feature_1') }}

icon

{{ __('howtoprepare.feature_2') }}

@endsection