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

lock {{ __('Edit') }}

@else

lock {{ __('Create') }}

@endif {{ __('Cancel') }}
@csrf
@endsection