{{-- ===================================================== Etebarit - by Gisoo Web Solutions ------------------------------------------------------ Gisoo.net ------------------------------------------------------ Copyright (c) 2026 Gisoo Web Solutions ===================================================== This code is protected by copyright ===================================================== File: _form.blade.php ------------------------------------------------------ Use: Shared organization form (create + edit tab): name, support phone, credit cap with money mask, status, and the square-logo upload from the design. Expects $organization (nullable), $action, $submitLabel, $confirmMessage; add $method for updates. ===================================================== --}}
@csrf @if (($method ?? 'POST') !== 'POST') @method($method) @endif
@error('name')

{{ $message }}

@enderror
@error('support_phone')

{{ $message }}

@enderror
{{-- Unit-bearing numeric input: RTL, right-aligned. --}} @error('credit_cap')

{{ $message }}

@enderror
@error('status')

{{ $message }}

@enderror
{{ $submitLabel }}
{{-- Square logo (center-cropped to 400x400; original discarded). --}}
@error('logo')

{{ $message }}

@enderror