@extends('layouts.admin.layout') @section('title') {{ $user->name }} @endsection @section('admin-content')

{{ $websiteLang->where('lang_key','go_back')->first()->custom_text }}

{{ $websiteLang->where('lang_key','agent_info')->first()->custom_text }}
@if ($user->facebook) @endif @if ($user->twitter) @endif @if ($user->linkedin) @endif @if ($user->whatsapp) @endif @if ($user->website) @endif
{{ $websiteLang->where('lang_key','photo')->first()->custom_text }} user image
{{ $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 }}
@endsection