@extends('layout.admin') @section('styles') @endsection @section('content')
@if(session('success')) @endif @if(session('error')) @endif

Change Password

Change Password
{{csrf_field()}}
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('confirm_password')) {{ $errors->first('confirm_password') }} @endif
@endsection @section('script') @endsection