@extends('layouts.customer') @section('content')
{{ $message }}
| # | Organization Name | Email Address | Portal | Username / Password | Action |
|---|---|---|---|---|---|
| {{ ++$i }} |
{{ $supplier->organization_name }} @ {{ $supplier->contact_person }} |
{{ $supplier->email }} | @php
$portal_link = "https://google.com";
//$portal_link = $supplier->portal_link;
if(!empty($portal_link) ){
echo '
Link
';
}
else {
echo 'no';
}
@endphp |
{{ $supplier->username }} / {{ $supplier->password }} |
|