{{-- ZMIANA STATUSU ----------------------------------------------------------------------------------- --}}
@csrf
{{ __('office.position_status.'.$position->status) }} {{ $position->description }}
{{--
--}} {{-- --}} {{-- --}} {{--
--}}
{{-- ZMIANA STATUSU ---------------------------------------------------------------------------- KONIEC --}}
{{-- EDYCJA POZYCJI ZLECENIA -------------------------------------------------------------------------- --}} @if(\App\Models\CasePosition::STATUS_NEW === $position->status)
@csrf
@else
Edycja opisów jest możliwa tylko dla pozycji w statusie "nowe"
@endif {{-- EDYCJA POZYCJI ZLECENIA ------------------------------------------------------------------- KONIEC --}}
{{-- USUWANIE POZYCJI ZLECENIA ------------------------------------------------------------------------ --}} @if(\App\Models\CasePosition::STATUS_NEW === $position->status)
@csrf
@else
Usuwanie pozycji tylko w statusie "nowe"
@endif {{-- USUWANIE POZYCJI ZLECENIA ----------------------------------------------------------------- KONIEC --}}