@extends('crm.layouts.app') @section('styles') @endsection @section('content')

{{__('Web to Lead Form')}}

@foreach (@$web_forms as $web_form) @endforeach
{{__('Form Title')}} {{__('Heading')}} {{__('iframe')}} {{__('Actions')}}
{{@$web_form->title}} {{@$web_form->heading}} @php $url = url('form/'.@$web_form->token); @endphp {{ '' }} @can('update-office', User::class) {{-- SECTION Edit Modal Starts Here --}} {{-- !SECTION Edit Modal Ends here --}} @endcan @can('delete-office', User::class)
@method('DELETE') @csrf
@endcan
@endsection @section('scripts') @include('crm.office.web_form.index_js') @endsection