@extends('layouts.horizontal', ['title' => 'Consent Form', 'topbarTitle' => 'Consent Form']) @section('css') @vite(['node_modules/select2/dist/css/select2.min.css']) @endsection @section('content')
{{ $customerdetails->customer_name }}
{{ $customerdetails->customer_visit_date ?: '-' }}
{{ $customerdetails->customer_cell }}
{{ $customerdetails->customer_area ?: '-' }}
{!! $key !!}
@endif {{-- List --}} @if($type === 'list')@if(strpos($key, '-') === false) @endif
@php $x++; @endphp @endif {{-- Image --}} @if($type === 'img')