@extends('user.layout.base') @section('title', 'Profile ') @section('content')

@lang('user.profile.corp_information')

@include('common.notify')
{{ csrf_field() }}
@lang('user.profile.first_name')

{{Auth::user()->first_name}}

@lang('user.profile.last_name')

{{Auth::user()->last_name}}

@lang('user.profile.email')

{{Auth::user()->email}}

@lang('user.profile.mobile')

{{Auth::user()->mobile}}

Company

@if($exist==0) @else @endif

EmpID

@if($exist==0) @else @endif

@if($exist==0)
Company Mobile No

Company Password

@endif
@endsection