@extends('layout.adminapp') @section('content')
@if (Session::has('status'))
@endif @if (Session::has('error'))
@endif @if ($errors->any())
@endif

Profile

@csrf
@csrf
change password
@endsection @section('script') @endsection