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

Folow Up List

{{ label("Followups List") }}

{{label("Create New")}}
@php $i = 1; @endphp @foreach ($data as $item) "> @endforeach
{{label("Sn.")}} {{ label("title") }} {{ label("alias") }} {{ label("registrations") }} {{ label("followup Date") }} {{ label("followup Response") }} {{ label("followup By") }} {{ label("next schedule") }} {{ label("Action") }}
{{ $i++ }}{{ $item->title }}
{{ $item->alias }}
change alias
{!! getFieldData("tbl_registrations", "name", "registration_id", $item->registrations_id) !!} {{ $item->followup_date }} {{ $item->followup_response }} {{ $item->followup_by }} {{ $item->next_schedule }}
@endsection @push("css") @endpush @push("js") @endpush