@extends('frontend.layouts.app') @php use App\Helpers\Helper; $infoEn = $messageFrom->information_en ? json_decode($messageFrom->information_en) : []; $infoNp = $messageFrom->information_np ? json_decode($messageFrom->information_np) : []; $name = app()->getLocale() == 'en' ? $infoEn->name ?? '' : $infoNp->name ?? ($infoEn->name ?? ''); @endphp @section('title', $name) @section('content') {{-- Hero Section --}} @include('frontend.partials.hero', [ 'mainHeading' => app()->getLocale() == 'en' ? 'Experience the Difference' : 'फरकपनको अनुभव गर्नुहोस्', 'subHeading' => app()->getLocale() == 'en' ? 'Join us and start your journey today.' : 'आजै हाम्रो यात्रा सुरु गर्नुहोस्।', 'breadcrumb1' => [ 'name' => __('route.home'), 'route' => route('home'), ], 'breadcrumb2' => [ 'name' => $name, 'route' => route('late-gyan-bahadur-yakthumba'), 'class' => 'text-gray-400', ], 'breadcrumb3' => null, 'breadcrumb4' => null, ])
{{ $messageFrom->phone_number }}
{{ $messageFrom->email }}