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

Manage Quote

@if (session('success')) @elseif(session('error')) @endif
@php $i=1 @endphp @foreach($contactList as $contact) @php $i++;@endphp@endforeach
ID Name Email Phone Number Company Comments Created Date Action
{{ $i }} {{ $contact->name}} {{ $contact->email}} {{ $contact->phone }} {{ $contact->company }} {{ $contact->message }} {{ date("d-M-Y", strtotime($contact->created_at)) }}
@endsection