@extends('admin.layouts.app') @section('content')
Customized Project Report Enquiry
Customized Project Report Enquiry
@foreach ($reports as $item) @endforeach
# Name Mobile Email Industry Customized Report Price For
# Name Mobile Email Industry Customized Report Price For
{{ $loop->iteration }} {{ $item->name }} {{ $item->mobile }} {{ $item->email }} {{ $item->industry }} {{ $item->report_type }}
@endsection