@extends('layouts.app') @section('title', 'Company') @section('content')
Company Name
{{$companyData->company_name}}
{{$companyData->email_id}}
Contact Number
{{$companyData->contact_no}}
Address
{{$companyData->address}}
City
{{$companyData->city}}
State
{{$companyData->state}}
Zip
{{$companyData->zip}}
Status
@if($companyData->is_active == 1) Active @else Inactive @endif
Logo