@extends('admin.layouts.app') @section('content')

Profile Settings

@if(Session::has('success')) @endif @if(Session::has('error')) @endif
Update Profile
@csrf
Change Password
@csrf
@endsection @push('scripts') @endpush