@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