@extends('layouts.app') @section('title', 'Company') @section('content')
@include('settings.common_tabs')

Company Details


  Edit

Company Name

{{$companyData->company_name}}

Email

{{$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

@if(isset($companyData->logo))@endif
@csrf

Company Name *

Email


Contact Number

Address


City

State


Zip

Logo


Status

is_active ==1) checked @endif> Is Active?
@endsection