@extends('layouts.app') @push('styles') {{-- Styles for the searchable combobox feature --}} @endpush @section('content')
Edit Indication
@csrf @method('PUT')
Property Details
{{-- Display the name from the relationship. 'readonly' prevents user from changing it here. --}} {{-- This hidden input sends the correct user_id back to the controller for validation and saving. --}}
sf
sf
RM
Client/Banker Details
RM
Cancel
@endsection @push('scripts') {{-- Include jQuery and Select2 JS for the combobox --}} @endpush