@extends('layout.default') @section('content') @section('page_toolbar') Back @endsection
 

Edit your Details

{{ csrf_field() }} {!! Form::hidden('user_id', $details->id , [ 'id' => 'user_id'] ) !!}
 

Change Your Password

{{ csrf_field() }} {!! Form::hidden('users_id', $details->id , [ 'id' => 'users_id'] ) !!}

  • Atleat 8 characters
  • Atleat 1 digit
  • Atleat 1 uppercase letter
 
@endsection @section('scripts')