@extends('index') @push('header') @include('layouts.header') @endpush @section('title', app()->getLocale() == 'en' ? 'Blog | EMPHAIR' : 'Blog | EMPHAIR') @section('description', app()->getLocale() == 'en' ? 'All your questions and answers about hair transplantation. | EMPHAIR' : 'Saç Ekimi ile ilgili tüm merak ettiğiniz sorularınız ve cevapları. | EMPHAIR') @php $routes =[ 1=> 'page.wearing-beret-after-hair-transplant.' . app()->getLocale(), 2=> 'page.personalized-hair-transplant.' . app()->getLocale(), 3=> 'page.motorized-and-manual-hair-transplant.' . app()->getLocale(), 4=> 'page.hairline-determination-using-laser.' . app()->getLocale(), 5=> 'page.computer-assisted-hair-transplant.' . app()->getLocale(), 6=> 'page.front-hairline-design.' . app()->getLocale(), ]; $images = [ '1.jpg', '2.jpg', '3.jpg', '4.jpg', '5.jpg', '6.jpg', ]; @endphp @section('content')
@foreach ($routes as $index => $route) @endforeach
@endsection @push('footer') @include('layouts.page-footer') @endpush