@extends("admin.template.layout") @section('content')
{{$page_heading}}
@csrf()
{{$company_name}}
{{$company_email ?? ''}}
{{'+'.$dial_code." ".$phone}}
@if($company_status=='active') {{'Active'}} @else {{'Inctive'}} @endif
@if($logo != null) @endif
@if($company_license != null) @endif
{{ date('d/m/Y',strtotime($license_expiry)) }}
@stop @section('script') @stop