@extends('templates.'.$template.'.layouts.default') @section('content')
@include("templates.$template.account.common.tabs")

{{ trans('translations.my-companies') }}

@if(count($companies) > 0) @foreach ($companies as $company)
{{ $company->name }}
{{ $company->cui }}
{{ $company->address }} {{ $company->getCounty() }}, {{ $company->getCity() }}
@endforeach @else
{{ trans('translations.nu-ai-nicio-companie-salvata') }}
@endif
@endsection {{-- Page script --}} @section('script') @endsection