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

Inspection Inquiries


Table of Inspection Inquiries
@foreach ($inqservices as $inqservice) @endforeach
Project Name Company Status Creator Created at Updated at Action
{{ $inqservice->name }} {{ $inqservice->branch->company->name }} {{ $inqservice->inqstatus->name }} {{ $inqservice->user->name }} {{ $inqservice->created_at }} {{ $inqservice->updated_at }} View
@endsection