{{trans('company.cash_information')}}

${{$total_sales}}
{{trans('company.total_sales')}}
${{ $open_invoices}}
{{trans('company.open_invoices')}}
${{ $overdue_invoices}}
{{trans('company.overdue_invoices')}}
${{ $paid_invoices}}
{{trans('company.paid_invoices')}}
${{ $quotations_total}}
{{trans('company.quotations_total')}}

{{trans('company.customer_activities')}}

{{ $calls}}
{{trans('company.calls')}}
{{$meeting}}
{{trans('company.meeting')}}
{{ $salesorder}}
{{trans('company.salesorder')}}
{{ $invoices}}
{{trans('company.invoices')}}
{{ $quotations}}
{{trans('company.quotations')}}
{{ $emails}}
{{trans('company.emails')}}
{{ $contracts}}
{{trans('company.contracts')}}

{{trans('company.customer_details')}}

@if($company->company_avatar) profil 4 @else user image @endif
@if($company->address)

{{ $company->address}}

@endif
@if(!empty($company->website))

{{ $company->website}}

@endif @if(isset($company->email))

{{ $company->email}}

@endif @if(isset($company->phone))

{{ $company->phone}}

@endif @if(!empty($company->fax))

{{ $company->fax}}

@endif @if(isset($company->contactPerson))

{{ $company->contactPerson->full_name}}

@endif @if(isset($company->salesTeam))

{{ $company->salesTeam->salesteam}}

@endif
@if (@$action == 'show') {{trans('table.back')}} @else {{trans('table.back')}} @endif