@extends('layouts.app') @section('content') @include('includes.bread_crumb_with_header', [ 'header' => 'Products', 'bread_crumbs' => ['Dashboard' => "", 'Products' => ''], ])

{{ substr_replace(Auth::user()->name, "",20) }} @if(Auth::user()->type != 0) Seller @else Admin @endif

“If you always do what you've always done, you'll always get what you've always got.”

ebay- Status

@if(auth()->user()->ebayAccount()->exists())
@else
@endif
@if(auth()->user()->ebayAccount()->exists()) ebay Connected @else Link eBay Account @endif
Set the product status.

General

{{substr_replace(Auth::user()->name, " .",20) }}
{{Auth::user()->phone_no }}
{{ Auth::user()->address }}

General

{{substr_replace(Auth::user()->name, " .",20) }}
{{Auth::user()->phone_no }}
{{ Auth::user()->address }}
@endsection @push('script') @endpush