@extends('layouts.admin.layout') @section('title') {{ $websiteLang->where('id',330)->first()->custom_text }} @endsection @section('admin-content')

{{ $websiteLang->where('id',142)->first()->custom_text }}

{{ $websiteLang->where('id',332)->first()->custom_text }}
@if ($user->facebook) @endif @if ($user->twitter) @endif @if ($user->linkedin) @endif @if ($user->pinterest) @endif @if ($user->whatsapp) @endif @if ($user->youtube) @endif @if ($user->tumblr) @endif @if ($user->instagram) @endif
{{ $websiteLang->where('id',121)->first()->custom_text }} user image
{{ $websiteLang->where('id',37)->first()->custom_text }} {{ $user->name }}
{{ $websiteLang->where('id',38)->first()->custom_text }} {{ $user->email }}
{{ $websiteLang->where('id',333)->first()->custom_text }} {{ $user->about }}
{{ $websiteLang->where('id',39)->first()->custom_text }} {{ $user->phone }}
{{ $websiteLang->where('id',135)->first()->custom_text }} @if ($user->status==1) @else @endif
Facebook {{ $user->facebook }}
Twitter {{ $user->twitter }}
linkedin {{ $user->linkedin }}
pinterest {{ $user->pinterest }}
whatsapp {{ $user->whatsapp }}
youtube {{ $user->youtube }}
tumblr {{ $user->tumblr }}
instagram {{ $user->instagram }}
@endsection