@extends('layouts.main') @section('main-container')

Enquiry

@foreach($enquiry as $list) @endforeach
SL.No. Type Name Email Phone Subject Message Created
{{$i}} {{$list->type}} {{$list->name}} {{$list->email}} {{$list->phone}} {{$list->subject }} {{ $list->content }} {{$list->created_at}}
@endsection