@extends('index') @push('header') @include('layouts.header') @endpush @section('title', app()->getLocale() == 'en' ? 'Before & After | EMPHAIR' : 'Önce & Sonra | EMPHAIR') @section('description', app()->getLocale() == 'en' ? 'Before and after photos of our customers who achieved successful results. | EMPHAIR' : 'Başarılı sonuçlara ulaşan müşterilerimizin öncesi ve sonrası fotoğrafları. | EMPHAIR') @section('content')
@for ($i = 1; $i <= 9; $i++) @endfor
@endsection @push('footer') @include('layouts.page-footer') @endpush