@extends('layouts.master') @section('title') {{ $user->exists ? 'Edit User' : 'New User' }} @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Users @endslot @slot('title') {{ $user->exists ? 'Edit User' : 'New User' }} @endslot @endcomponent @if($errors->any())
@endif
@csrf @if($user->exists) @method('PUT') @endif
Account
{{-- Location fields, shown based on role --}}
{{-- JCF posting — where this person falls in the formation (internal staff only) --}}

JCF Posting
Where this person falls in the formation, and the procurement role they carry.
Portfolio › Area › Division › Station. Manage the tree in Formations.
Max requisition/PO value this officer may approve.
exists ? '' : 'required' }}>
is_active ?? true))>
@endsection @section('script') @endsection