@extends('superadmin.layout.master') @section('content')
@if(Session::get('errors')) {!!Session::forget('errors')!!} @endif @if(Session::get('success')) {!!Session::forget('success')!!} @endif
{{-- --}} @foreach($logoExperts as $logoExpert) @endforeach
username Company Name Company Phone No Company Email Email First Name CityActions
@if(!empty($logoExpert->company_info) && !empty($logoExpert->company_info->user)){{$logoExpert->company_info->user->first_name." ".$logoExpert->company_info->user->last_name}}@endif @if(!empty($logoExpert->company_info)){{$logoExpert->company_info->company_name}}@endif @if(!empty($logoExpert->company_info)){{$logoExpert->company_info->phone_number}}@endif @if(!empty($logoExpert->company_info)){{$logoExpert->company_info->email}}@endif {{$logoExpert->email}} {{$logoExpert->first_name}} {{$logoExpert->city}}
@endsection @section('script') @endsection