@extends('backend.adminlayouts.master') @section('body') @if (session()->has('success'))
{!! session()->get('success')!!}
@endif @if (session()->has('danger'))
{!! session()->get('danger')!!}
@endif
@csrf @method('PUT')
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@endsection