@extends('layouts.master') @section('title') {{ $formation->exists ? 'Edit Node' : 'New Node' }} @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Formations @endslot @slot('title') {{ $formation->exists ? 'Edit Formation Node' : 'New Formation Node' }} @endslot @endcomponent @if($errors->any())
@endif @php $selectedLevel = old('level', $formation->level); @endphp
@csrf @if($formation->exists) @method('PUT') @endif
Formation Node
Portfolio → Area → Division → Station.
Must be one level up. Change the level first to see valid parents.
Requisitions from this branch (and everything under it) route to this PAL office. Usually set on an Area / Branch node; deeper nodes inherit it.
is_active ?? true))>
@endsection @section('script') @endsection