@extends('admin.template.master') @section('title', 'Change Password') @section('content')

Change Password

@if(Session::has('success'))
{{ Session::get('success') }}
@endif @if(Session::has('error'))
{{ Session::get('error') }}
@endif @include('admin.partials.flash_message')
@csrf() @if(!empty($method)) @method($method) @endif

Security Info

@endsection