@extends('mycompany/main') @php $companyDetail = $company_details ? $company_details[0] : []; $companyAddress = $company_address ? $company_address : []; @endphp @section('mycompany-content')
{{-- secondary --}}
@if (isset(session()->get('active_company')['logo']))
Image
@else
@endif
{{ session()->get('active_company')['roc_no'] }}
{{ session()->get('active_company')['group_company'] }}
@if (isset($company_profiles) && count($company_profiles) > 0)
Summary
{{ strtoupper('Opening Balance') }}
@foreach ($company_profiles as $cpf)
{{ $cpf->currency }}
{{ number_format($cpf->outstanding_amount, 2) }}
@endforeach
@endif
{{-- primary --}}
{{--
--}}
No Data Found
@endsection