@extends('user.layout.base') @section('title', 'Profile ') @section('content')
{{Auth::user()->first_name}}
{{Auth::user()->last_name}}
{{Auth::user()->email}}
{{Auth::user()->mobile}}
@if($exist==0) Select Company @foreach($companyList as $cl) {{$cl->company}} @endforeach @else @endif
@if($exist==0) @else @endif