@extends('layouts.main') @section('breadcrumb') @include('admin.account.parts.breadcrumb_accounts_index') @include('admin.account.parts.breadcrumb_accounts_edit', ['account' => $account]) @endsection @section('content') @if ($entry->id)

{{ __('Edit') }}

@else

{{ __('Create') }}

@endif
@method($entry->id ? 'put' : 'post') @csrf
id)disabled @endif> @include('parts.errors', ['name' => 'key'])
@include('parts.errors', ['name' => 'value'])
@endsection