@extends('admin.layout.app') @section('title','Legal Eagle - Password') @push('headerscript') @endpush @section('content')

Change Password


@csrf
{{ $errors->first('oldpassword')}}
{{ $errors->first('password')}}
{{ $errors->first('password_confirmation')}}
@endsection @push('footerscript') @endpush