@extends('layouts.app') @push('css') @endpush @section('content')
@include('pages.seller.account.includes.index')

Profile Details

{{ csrf_field() }} @method('patch')
Allowed file types: png, jpg, jpeg.
@csrf @method('patch')

Sign-in Method

Email Address
{{ Auth::user()->email }}
@csrf @method('patch')
Password
************
@csrf @method('put')
@endsection @push('script') @endpush