@extends('layouts.app_admin') @section('content') Dashboard > Landing Page @include('admin.session_message.success') @include('admin.session_message.error') @csrf Content (English) {{ $content->page_description_en }} @if ($errors->has('content_english')) {{ $errors->first('content_english')}} @endif Do you want to covert in Hindi ? Please wait we are translating your text.. Content (Hindi) {{ $content->page_description_hn }} @if ($errors->has('content_hindi')) {{ $errors->first('content_hindi')}} @endif Update