@extends('layouts.admin') @section('title', 'Admin Profile') @section('content')

Edit Profile

@csrf @method('PATCH')
@if(auth()->user()->type=='vendor')
@endif

Change Password

@csrf @method('PATCH')
@endsection