@extends('contentNavbarLayout') @section('title', 'Add New Record') @section('content')

ADD NEW RECORD

{{-- Success Message --}} @if(session('success')) @endif {{-- Global Error List --}} @if ($errors->any()) @endif {{-- Record Creation Form --}}
@csrf {{-- Record Type Dropdown --}}
{{-- Default Fields --}}
{{-- Container for dynamic properties (AJAX will inject fields here) --}}
{{-- Buttons --}}
Back
{{-- Script to dynamically load fields when selecting record type --}} @endsection