@extends('backend.template') @section('content')

Add Folow Up

@csrf
{{createText("title","title","Title")}}
{{createCustomSelect('tbl_registrations', 'name', 'registration_id', '', 'Registrations','registrations_id', 'form-control select2','status<>-1')}}
{{createCustomSelect('tbl_followups', 'title', 'followup_id', '', 'Parent Followup','parent_followup', 'form-control select2','status<>-1')}}
{{createText("followup_date","followup_date","Followup Date")}}
{{createText("followup_response","followup_response","Followup Response")}}
{{createText("followup_by","followup_by","Followup By")}}
{{createText("next_schedule","next_schedule","Next Schedule")}}
{{createPlainTextArea("remarks","remarks ","Remarks")}}
@endsection