@extends('layouts.main') @section('breadcrumb') @endsection @section('content')
@if ($account->passwords()->count() > 0)

lock Change password

@else

lock Set password

@endif Cancel
@csrf
@endsection