@extends('layouts.evaluation') @section('title') @lang('frontend.titles.evaluation') @endsection @section('content') @include('frontend.content.modals.evaluation') @if($screen->type != 2 || (isset($flag) && $flag == 1))

@if($gender == 1) @lang('frontend.titles.ready_male') @elseif ($gender == 2) @lang('frontend.titles.ready_female') @else @lang('frontend.titles.ready') @endif

@lang('frontend.titles.letstar')
@lang('frontend.titles.seevideo')
@endif @endsection