@php $page = "global_form_details"; @endphp @extends('admin/include/layout')

Global Form Details

@if(Session::has('error'))
× {{ Session::get('error') }}
@endif @if(Session::has('success'))
× {{ Session::get('success') }}
@endif
@php $s_no = "1"; @endphp @foreach($details as $row) @php $s_no++; @endphp @endforeach
S.No Cust Type Name Email Phone Start Date End Date Message
{{$s_no}} {{$row->cust_option}} {{$row->first_name}} {{$row->last_name}} {{$row->email}} {{$row->phone}} {{$row->start_date}} {{$row->end_date}}