Company Name | {{ $company->company_name }} |
---|---|
Company ID | {{ $company->id }} |
Phone | {{ $company->phone }} |
{{ $company->email }} | |
Address | {{ $company->address }} |
City | {{ $company->city }} |
State | {{ $company->state }} |
PIN Code | {{ $company->pincode }} |
Created At | {{ date('d-m-Y', strtotime($company->created_at)) }} |
Phone 2 | {{ $company->phone2 }} |
Phone 3 | {{ $company->phone3 }} |
Communication email 1 | {{ $company->comm_email1 }} |
Communication email 2 | {{ $company->comm_email2 }} |
Communication email 3 | {{ $company->comm_email3 }} |
Website | {{ $company->website }} |
Nature of business | {{ $company->nature_of_business }} |
Branch address | {{ $company->branch_address }} |
Year of establishment | {{ $company->year_of_establishment }} |
Total employees | {{ $company->no_of_employees }} |
Legal status | {{ $company->legal_status_of_firm }} |
Warehousing facility | {{ $company->warehousing_facility }} |
Manufacturing brand name | {{ $company->manufacturing_brand_name }} |
GST no | {{ $company->gst_no }} |
Shipment mode | {{ $company->shipment_mode }} |
Payment mode | {{ $company->payment_mode }} |
Person 1 |
{{ $company->person1 }}
{{ $company->designation1 }} |
Person 2 |
{{ $company->person2 }}
{{ $company->designation2 }} |
Person 3 |
{{ $company->person3 }}
{{ $company->designation3 }} |
Business keywords | {{ $company->business_keywords }} |
Other cities | {{ $company->other_cities }} |
Products | {{ $company->products }} |
Status | @if($company->status == 1) Active @else Inactive @endif |