@extends('index') @push('header') @include('layouts.header') @endpush @section('title', app()->getLocale() == 'en' ? 'Hair Transplant | EMPHAIR' : 'Saç Ekimi | EMPHAIR') @section('description', app()->getLocale() == 'en' ? 'Hair transplantation is a medical method that treats hair loss caused by genetic or environmental reasons and provides natural and permanent results.' : 'Saç ekimi, genetik veya çevresel nedenlerle oluşan saç dökülmesini tedavi eden, doğal ve kalıcı sonuçlar sağlayan medikal bir yöntemdir.') @php $currentPage = request()->route('page', 1); $routes = [ 1 => [ 'page.hair-mesotherapy.' . app()->getLocale() => 1, 'page.hair-transplant-for-women.' . app()->getLocale() => 2, 'page.stem-cell-hair-transplant.' . app()->getLocale() => 12, 'page.personalized-hair-transplant.' . app()->getLocale() => 4, 'page.motorized-and-manual-hair-transplant.' . app()->getLocale() => 5, 'page.hairline-determination-using-laser.' . app()->getLocale() => 6 ], 2 => [ 'page.beard-mustache-eyebrow-transplant.' . app()->getLocale() => 7, 'page.dhı-hair-transplant.' . app()->getLocale() => 8, 'page.fue-hair-transplant.' . app()->getLocale() => 9, 'page.long-hair-fue-hair-transplant.' . app()->getLocale() => 10, 'page.needle-free-hair-transplant.' . app()->getLocale() => 11 ] ][$currentPage] ?? []; $images = [ 1 => ['1.jpg', '2.jpg', '12.jpg', '4.jpg', '5.jpg', '6.jpg'], 2 => ['5.jpg', '6.jpg', '3.jpg', '7.jpg', '8.jpg', '9.jpg', '10.jpg', '11.jpg'] ][$currentPage] ?? []; $titles = [ 1 => [ 1 => __('messages.hair_transplant_techniques.hair-mesotherapy.title'), 2 => __('messages.hair_transplant_techniques.hair-transplant-for-women.title'), 12 => __('messages.hair_transplant_techniques.stem-cell-hair-transplant.title'), 4 => __('messages.hair_transplant_techniques.personalized-hair-transplant.title'), 5 => __('messages.hair_transplant_techniques.motorized-and-manual-hair-transplant.title'), 6 => __('messages.hair_transplant_techniques.hairline-determination-using-laser.title') ], 2 => [ 7 => __('messages.hair_transplant_techniques.beard-mustache-eyebrow-transplant.title'), 8 => __('messages.hair_transplant_techniques.dhi-hair-transplantation.title'), 9 => __('messages.hair_transplant_techniques.fue-hair-transplantation.title'), 10 => __('messages.hair_transplant_techniques.long-hair-fue.title'), 11 => __('messages.hair_transplant_techniques.needle-free.title') ] ][$currentPage] ?? []; @endphp @section('content') @foreach ($routes as $route => $index) Posted by Emphair {{ date('F d, Y') }} {{ $titles[$index] ?? '' }} Hair Transplant Health @endforeach $currentPage == 1])> 1 $currentPage == 2])> 2 @if($currentPage == 1) @endif @endsection @push('footer') @include('layouts.page-footer') @endpush