@extends("admin.layouts.sellermaster") @section('title','Edit Profile |') @section("body")

{{ Auth::user()->name }}

{{ Auth::user()->store->name }}
@if(Auth::user()->image !="") User Image @else @endif

{{-- seller profile --}}
@csrf