@extends('layouts.admin') @section('header_style') @endsection @section('content')
@php if((Session::get('success'))){ @endphp
{{Session::get('success')}}
@php Session::forget('success'); } @endphp
@csrf

Show Password
@endsection @section('footer_script') @endsection