@extends('layouts.app') @push('head-script') @endpush @section('content')

@lang('modules.company.registeredOn') {{ $company->created_at->format('d M, Y') }}

{{ $company->company_name }}

{{ $company->company_email }}


{{ $company->company_phone }}

{{ $company->website }}


{!! $company->address !!}

@if($company->status == 'active') @else @endif

@endsection @push('footer-script')