@extends('superadmin.layout.master')
@section('content')
@if(Session::get('errors'))
{{Session::get('errors')}}
{!!Session::forget('errors')!!}
@endif
@if(Session::get('success'))
{{Session::get('success')}}
{!!Session::forget('success')!!}
@endif
@foreach($companyInfo as $companyinfo)
@foreach($companyinfo->expertRewritingService as $expertRewriting)
username
Company Name
Company Phone No
Company Email
Service
Cost
{{-- City --}}
{{-- Actions --}}
@endforeach
@endforeach
@if(!empty($companyinfo->user)){{$companyinfo->user->first_name." ".$companyinfo->user->last_name}}@endif
{{$companyinfo->company_name}}
{{$companyinfo->phone_number}}
{{$companyinfo->email}}
{{$expertRewriting->name}}
{{$expertRewriting->cost}}$
{{-- {{$logoExpert->city}} --}}