@extends('web.layouts.layout') @section('content')
{{ __('main.anmar_fit') }}

{{ $title ?? "" }}

Original Image {{ __('main.before') }}
Modified Image {{ __('main.after') }}
Original Image {{ __('main.before') }}
Modified Image {{ __('main.after') }}

{{ __('pages.my_success_story') }}

{{ __('pages.tale_details') }}

{{ $content->currentDescription->title ?? "" }}

{!! $content->currentDescription->description ?? "" !!}
@include('web.home.other._common_questions') @include('web.home.other._reviews')
@endsection @section('js') @endsection