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

{{ __('Edit') }}

@else

{{ __('Create') }}

@endif {{ __('Cancel') }}
@csrf
@include('parts.errors', ['name' => 'password'])
@endsection