@extends('dashboard.layouts.master') code; $title_var2 = "title_" . env('DEFAULT_LANGUAGE'); if ($WebmasterSection->$title_var != "") { $WebmasterSectionTitle = $WebmasterSection->$title_var; } else { $WebmasterSectionTitle = $WebmasterSection->$title_var2; } ?> @section('title', $Topics->{"title_" . @Helper::currentLanguage()->code}) @push("after-styles") @endpush @section('content')