@extends('layouts.userLayouts') @section('main')

اطلاعات شخصی

نام و نام خانوادگی : {{(auth()->user()->fname) != null ? auth()->user()->fname.' '.auth()->user()->lname : auth()->user()->mobile }}

پست الکترونیک : {{(auth()->user()->email != null ? auth()->user()->email : '-')}}

شماره تلفن همراه: {{(auth()->user()->mobile != null ? auth()->user()->mobile : '-')}}

کد ملی : {{(auth()->user()->nationalcode != null ? auth()->user()->nationalcode : '-')}}

دریافت خبرنامه : @if(auth()->user()->share == 1) بله @else خیر @endif

شماره کارت : {{(auth()->user()->banknumber != null ? \App\Gateway::showCard(auth()->user()->banknumber) : '-')}}

@endsection @section('footer') @parent @stop