@foreach($companies as $company) @endforeach
Id {{ __('views.sms.company.index_table.name') }} {{ __('views.sms.company.index_table.description') }} {{ __('views.sms.company.index_table.message') }} {{ __('views.sms.company.index_table.created_by') }} {{ __('views.sms.company.index_table.created_date') }} {{ __('views.sms.company.index_table.action') }}
{{ $company->id }} {{ $company->campana }} {{ $company->concepto }} {{ $company->mensaje }} {{ $company?->user?->nombre }} {{ toDate($company->fechacreacion) }} @if(in_array($userRole, [1,2,3,4])) @endif