{{ $translation->name }}

    @if($row->location) @php $location = $row->location->translateOrOrigin(app()->getLocale()) @endphp
  • {{ $location->name }}
  • @endif @if($row->category) @php $t = $row->category->translateOrOrigin(app()->getLocale()); @endphp
  • {{ $t->name }}
  • @endif @if(!empty($row->phone))
  • {{ $row->phone }}
  • @endif @if(!empty($row->email))
  • {{ $row->email }}
  • @endif
@if($row->job_count > 0)
  • {{ __("Open Jobs – :count",["count"=>number_format($row->job_count)]) }}
@endif

{{__("About Company")}}

{!! $translation->about !!}