@extends('layouts.template') @section('template')

Edit User

{{ method_field('PUT') }} {{ csrf_field() }}
@if($errors->has('password')) {{ $errors->first('password')}} @endif
@if($errors->has('confirm_password')) {{ $errors->first('confirm_password')}} @endif
@endsection