@extends('seller.seller_app') @section('content')

My Account

Profile Details
@if(session()->has('success')) @endif
@if(session()->has('error')) @endif
@csrf @method('POST')
user-avatar @if(auth()->guard('seller')->user()->profile_image != '') X @endif

Change Password
@endsection @section('script') @endsection