@if($image = @file_get_contents('../public/images/user_img/'.$user_img))
    
@else
@endif
| {{__('Date Of Birth :')}} | {{ $dob }} | 
|---|---|
| {{__('Address')}} : | {{ $address}} | 
| {{__('Gender')}} : | {{ $gender}} | 
| {{__('Role')}} : | {{ $role}} | 
| {{__('Youtube URL')}} | {{str_limit($youtube_url, '30')}} | 
| {{__(' Facebook URL')}} | {{str_limit($fb_url, '30')}} | 
| {{__('Twitter URL')}} | {{str_limit($twitter_url, '30')}} | 
| {{__(' Linkedin URL')}} | {{str_limit($linkedin_url, '30')}} |