@extends('layouts.frontend.master') @section('content') @php $anim = 1; @endphp Utama Anggota Detail @php $anim = 1; @endphp {{ $anggota->nama }} @if ($user->username) {{ '@' . $user->username }} @endif @if ($anggota->bio) {{ $anggota->bio }} @endif @if ($anggota->whatsapp) Whatsapp @elseif ($anggota->telepon) Telepon @else Share Profile: @endif @php $user_link = $user->username ? url($user->username) : route('anggota.id', $user->id); @endphp @php $anim = 1; @endphp Tentang @php $border_top = false; @endphp @if ($anggota->profesi) Profesi Sekarang {{ $anggota->profesi }} @php $border_top = true; @endphp @endif @if ($anggota->jenis_kelamin) Jenis Kelamin {{ $anggota->jenis_kelamin }} @php $border_top = true; @endphp @endif @if ($anggota->whatsapp || $anggota->telepon) Kontak @php $border_top = false; @endphp @if ($anggota->telepon) Telepon {{ $anggota->telepon }} @php $border_top = true; @endphp @endif @if ($anggota->whatsapp) Whatsapp +62{{ $anggota->whatsapp }} @php $border_top = true; @endphp @endif @endif @endsection @section('stylesheet') @endsection @section('javascript') {{-- mansory --}} @endsection
Share Profile: