@extends('layouts.admin.app') @section('content')

{{ $title }}

Search
@csrf

{{ $note }}

@foreach ($enquiryData as $row) @endforeach
S No. Name Email Phone No. Country City Company Name Website URL Category Enquiry Type Delivery Expectations Related Power Input Speed Output Speed Design Standard Prime Mover Application Project Name Service Factor Other Details Name Plate General Arrangement Sectional Arrangement Dimensional Drawing Others Detail Comment Date / Time
{{ $i }} {{ $row->name }} {{ $row->email }} {{ $row->phone }} {{ $row->country }} {{ $row->city }} {{ $row->company_name }} {{ $row->website_url }} {{ $row->category }} {{ $row->enquiry_type }} {{ $row->delivery_exp }} {{ $row->related_power }} {{ $row->input_speed }} {{ $row->output_speed }} {{ $row->des_standard }} {{ $row->prime_mover }} {{ $row->application }} {{ $row->project_name }} {{ $row->service_factor }} {{ $row->others_A }} {{ $row->name_plate }} {{ $row->gen_arrangement }} {{ $row->sectional_arrangement }} {{ $row->dimensional_drawing }} {{ $row->geartbox_dimensioning }} {{ $row->others_B }} {{ $row->comment }} {{ $row->date_added }}
S No. Name Email Phone No. Country City Company Name Website URL Category Enquiry Type Delivery Expectations Related Power Input Speed Output Speed Design Standard Prime Mover Application Project Name Service Factor Other Details Name Plate General Arrangement Sectional Arrangement Dimensional Drawing Others Detail Comment Date / Time
@endsection