@if(Session::has('message'))
{{ Session::get('message') }}
@endif
| S.no |
Project name |
Name |
Email |
Phone |
Action |
@php
$i=1;
@endphp
@foreach($data as $data)
| {{$i++}} |
{{$data->project_name}} |
{{$data->name}} |
{{$data->email}} |
{{$data->phone}} |
|
@endforeach
| S.no |
Project name |
Name |
Email |
Phone |
Action |