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

Change my account password

@else

Set my account password

@endif
@csrf
@endsection