@extends('layouts/contentNavbarLayout') @section('title', 'Admin Account Settings') @section('content')

Account Settings / Profile & Password

@if (session('success')) @endif @if ($errors->any()) @endif
Admin Profile
Change Password
@csrf
@endsection