@extends('layouts.admin.layout') @section('title')
{{ $websiteLang->where('lang_key','photo')->first()->custom_text }} | |
{{ $websiteLang->where('lang_key','name')->first()->custom_text }} | {{ $user->name }} |
{{ $websiteLang->where('lang_key','email')->first()->custom_text }} | {{ $user->email }} |
{{ $websiteLang->where('lang_key','about')->first()->custom_text }} | {{ $user->about }} |
{{ $websiteLang->where('lang_key','phone')->first()->custom_text }} | {{ $user->phone }} |
{{ $websiteLang->where('lang_key','status')->first()->custom_text }} | @if ($user->status==1) @else @endif |
{{ $websiteLang->where('lang_key','facebook')->first()->custom_text }} | {{ $user->facebook }} |
{{ $websiteLang->where('lang_key','twitter')->first()->custom_text }} | {{ $user->twitter }} |
{{ $websiteLang->where('lang_key','linkedin')->first()->custom_text }} | {{ $user->linkedin }} |
{{ $websiteLang->where('lang_key','whatsapp')->first()->custom_text }} | {{ $user->whatsapp }} |
{{ $websiteLang->where('lang_key','website')->first()->custom_text }} | {{ $user->website }} |