@extends('layouts.app') @section('title','My Profile | Shopora') @section('content')
{{-- Sidebar --}} {{-- Main Content --}}

My Profile

@csrf @method('PUT')

Change Password

@csrf @method('PUT')
@endsection