@extends('layouts.simple.master') @section('title', 'Customers List') @section('style') @endsection @section('breadcrumb-title')
S.No | ID | Name | Mobile No | Question | Answer | Actions | |
---|---|---|---|---|---|---|---|
{{ ++$index }} | {{ $customer->id }} | {{ $customer->name }} | {{ $customer->email }} | {{ $customer?->additional_info?->phone }} | {{ $question->question->question ?? '' }} | {{ $question->answer->option ?? '' }} |