@extends('backend.template') @section('content')
{{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 }} |
|