@extends('layouts.app') @push('css') @endpush @section('content') @include('includes.bread_crumb_with_header', [ 'header' => 'My Profile', 'bread_crumbs' => [], ]) @php $imageUrl = ""; if(Auth::user()->image_url != null){ $imageUrl = asset('storage/' . Auth::user()->image_url); }else{ $imageUrl = asset('assets/media/avatars/blank.png'); } @endphp

{{ 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.”
type == 0) style="filter: blur(2px);pointer-events: none;" @endif>

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

@csrf

Reset Password

@csrf
type == 0) style="filter: blur(2px);pointer-events: none;" @endif >
@isset($message)

dsfdsfdsfdsdfs

@endisset @endsection @push('script') @endpush