{{ $shortcode->company_name }}
{{ $shortcode->company_address }}
{{ __('Phone :phone', ['phone' => $shortcode->company_phone]) }}
{{ __('Email :email', ['email' => $shortcode->company_email]) }}
{{ __('View map') }}
@for($i = 0; $i <= 6; $i++)
{{ $shortcode->{'branch_company_name_' . $i} }}

{{ $shortcode->{'branch_company_address_' . $i} }}

@endfor