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

{{ label("Contacts List") }}

{{label("Create New")}}
@php $i = 1; @endphp @foreach ($data as $item) @endforeach
{{label("Sn.")}} {{ label("forms_id") }} {{ label("name") }} {{ label("tagline") }} {{ label("address") }} {{ label("Action") }}
{{ $i++ }} {!! getFieldData("tbl_forms", "title", "form_id", $item->forms_id) !!} {{ $item->name }} {{ $item->tagline }} {{ $item->address }}
@endsection @push("css") @endpush @push("js") @endpush