@extends('admin.layouts.master') @section('content')

{{$user->full_name}}

{{-- @if(!isset($_GET['parent_id']))--}} {{-- Add--}} {{-- @endif--}}
{{--

--}}
full name {{$user->full_name}}
Phone {{$user->phone}}
Email {{$user->email}}
profile image @if($user->profile_picture) @endif
Share send whatsapp message {{-- --}}
@endsection