@extends('layout') @section('title') {{ get_label('lead_forms', 'Lead Forms') }} @endsection @section('content')
{{-- @dd($forms) --}} @if ($forms->count() > 0) @php $visibleColumns = getUserPreferences('lead_forms'); @endphp
{{ get_label('id', 'ID') }} {{ get_label('title', 'Title') }} {{ get_label('description', 'Description') }} {{ get_label('source', 'Source') }} {{ get_label('stage', 'Stage') }} {{ get_label('assigned_to', 'Assigned To') }} {{ get_label('public_url', 'Public URL') }} {{ get_label('responses', 'Responses') }} {{ get_label('created_at', 'Created At') }} {{ get_label('updated_at', 'Updated At') }} {{ get_label('actions', 'Actions') }}
@else @php $type = 'Lead Forms'; @endphp @endif
{{ get_label('form_preview', 'Form Preview') }}
@endsection