@extends('layouts.app') @section('content')
{{-- PROCESO BANNER --}}

{{app()->getLocale() == 'es' ? 'Nuestros procesos':'Our processes'}}

{{app()->getLocale() == 'es' ? 'Entregamos productos con los más altos estándares de calidad':'We deliver products with the highest quality standards'}}

{{app()->getLocale() == 'es' ? 'Bienvenidos':'Welcome'}} / {{app()->getLocale() == 'es' ? 'Procesos':'Processes'}}


{{-- PROCESO 1 --}}

{{app()->getLocale() == 'es' ? 'Las 12 etapas del proceso de producción del café':'The 12 stages of the coffee production process'}}


{!! app()->getLocale() == 'es' ? 'Mucho antes de disfrutar del aromatico sabor de un buen café, se produce un interesante proceso de 12
etapas
forjado y perfeccionado generación tras generación.':'Before enjoying the aromatic taste of good coffee, an interesting 12-stage process takes place, which has been forged and perfected generation after generation.' !!}

{{-- PROCESO 2 --}}

{!! app()->getLocale() == 'es' ? 'Primera etapa:
SEMILLA':'First stage:
SEED' !!}

{{app()->getLocale() == 'es' ? 'Importante escoger semilla de cafetos de variedades que dan alto rendimiento fisico y calidad en taza, las mismas deben tener 5 años a más para obtener plántulas adecuadas.':'It is important to choose coffee seeds of varieties that give high physical yield and cup quality, they must be 5 years or older to obtain adequate seedlings.'}}

{!! app()->getLocale() == 'es' ? 'Segunda etapa:
VIVERO':'Second stage:
NURSERY' !!}

{{app()->getLocale() == 'es' ? 'Deben construirse en guadua y elevados del suelo con el fin de evitar las salpicaduras de aguas lluvias, la contaminación con aguas de escorrentía o provenientes de desagues, los daños ocasionados por animales doméstivos y para prevenir el ataque del hongo patógeno.':'They should be built in gadua bamboo and raised from the ground in order to avoid splashing by rainwater, contamination with runoff water or from drains, damage caused by domestic animals and to prevent the attack of the pathogenic fungus.'}}

{!! app()->getLocale() == 'es' ? 'Tercera etapa:
PREPARACIÓN DE TERRENO':'Third stage:
SOIL PREPARATION' !!}

{{app()->getLocale() == 'es' ? 'La preparación del suelo comprende la adopción de prácticas culturales tendentes a obtener el máximo rendimiento productivo con el menor desembolso económico posible.':'Soil preparation includes the adoption of tending cultural practices to obtain the maximum productive performance with the least possible financial outlay.'}}

{!! app()->getLocale() == 'es' ? 'Cuarta etapa:
PLANTACIÓN':'Fourth stage:
PLANTATION' !!}

{{app()->getLocale() == 'es' ? 'El espaciado entre cada cafeto depende mucho de la altitud de la planteación. Sin embargo, por lo general en el café arábigo se deja un espacio de 2,0 x 2,5 metros.':'The spacing between each coffee tree depends a lot on the altitude of the plantation. However, Arabica coffee generally leaves a space of 2.0 x 2.5 meters.'}}

{!! app()->getLocale() == 'es' ? 'Quinta etapa:
LABORES CULTURALES':'Fifth stage:
CULTURAL WORKS ' !!}

{{app()->getLocale() == 'es' ? 'Son aquellas de mantenimiento y cuidado que se llevan a cabo durante toda la producción de café.':'They are those of maintenance and care that are carried out throughout the coffee production.'}}

{!! app()->getLocale() == 'es' ? 'Sexta etapa:
COSECHA':'Sixth stage:
HARVEST' !!}

{{app()->getLocale() == 'es' ? 'La cosecha de café se realiza principalmente por los productores y su familia, lo que representa una fuente de autoempleo familiar muy importante.':'The coffee harvest is carried out mainly by the producers and their families, which represents a very important source of family self-employment.'}}

{!! app()->getLocale() == 'es' ? 'Séptima etapa:
DESPULPE':'Seventh stage:
DEPULPING' !!}

{{app()->getLocale() == 'es' ? 'El despulpado o descerezado del café es el procedimiento que se realiza para retirar la piel o pulpa a las cerezas de café.':'The depulping process of coffee is the procedure that is carried out to remove the skin or pulp of coffee cherries.'}}

{!! app()->getLocale() == 'es' ? 'Octava etapa:
LAVADO':'Eighth stage:
WASHED' !!}

{{app()->getLocale() == 'es' ? 'Un café lavado es aquel que ha sido sometido a un procedimiento húmedo en el que se retira la totalidad de la pulpa y mucilago antes de secarlo y obtener café pergamino.':'A washed coffee is one that has undergone a wet procedure in which the entire pulp and mucilage is removed before drying and thus obtaining a parchment coffee.'}}

{!! app()->getLocale() == 'es' ? 'Novena etapa:
SECADO':'Ninth stage: DRYING' !!}

{{app()->getLocale() == 'es' ? 'Después de ser recogido y procesado, el café debe ser secado. Este proceso tiene como objetivo reducir la cantidad de humedad contenida en el grano, hasta aproximadamente un 10% a 12%.':'After being collected and processed, the coffee must be dried. This process aims to reduce the amount of moisture contained in the grain, up to approximately 10% to 12%.'}}

{!! app()->getLocale() == 'es' ? 'Décima etapa:
TOSTADO':'Tenth stage:
ROASTING' !!}

{{app()->getLocale() == 'es' ? 'El tueste del café es el tratamiento térmico al que se somete la semilla del cafeto (café verde) para obtener un producto quebradizo, fácilmente molturable del que por infusión en agua se obtiene el café bebida.':'Coffee roasting is the heat treatment to which the coffee seed (green coffee) is subjected to obtain a brittle and easily ground product, from which the coffee drink is obtained by infusion in water.'}}

{!! app()->getLocale() == 'es' ? 'Onceava etapa:
MOLIENDA':'Eleventh stage:
GRINDING' !!}

{{app()->getLocale() == 'es' ? 'La molienda o el molido del café es el proceso, tanto doméstico como industrial, de reducir el grano tostado a polvo para facilitar la preparación de la infusión usando para ello un molino o molinillo de café.':'The grinding of coffee is the process, both domestic and industrial, of reducing the roasted bean to powder to facilitate the preparation of the infusion using a coffee mill or grinder.'}}

{!! app()->getLocale() == 'es' ? 'Doceava etapa:
ENVASADO':'Twelfth stage:
PACKING' !!}

{{app()->getLocale() == 'es' ? 'El Envasado es básico para asegurar que el Café no pierda su calidad y sus características protegiéndolo del oxígeno, la luz y de las condiciones ambientales.':'Packaging is essential to ensure that the coffee does not lose its quality and characteristics, protecting it from oxygen, light and environmental conditions.'}}

@endsection