@extends('Admin.layouts.master') {{-- content start --}} @section('content')

Update User's Password

@forelse($users as $user) @empty No data found @endforelse
Sr no Full Name Email Password Edit
{{$loop->iteration}} {{$user->name}} {{$user->email}}

{{substr($user->password,0,25)}}

@endsection {{-- content ends --}} {{-- scripts start --}} @section('scripts') @endsection {{-- end scripts --}}