@extends('web.layouts.container') @section('header') {!! $detail->description !!} @endsection @section('content') {{__('companies.head')}} {{__('companies.hint')}} {{__('companies.select_sector')}} {{__('companies.all')}} @if(count($sectors)) @foreach($sectors as $sector) {{$sector->name}} @endforeach @endif {{__('companies.choose_country')}} {{__('companies.all')}} @if(count($countries)) @foreach($countries as $country) {{$country->name}} @endforeach @endif @if(count($companies)) @foreach($companies as $company) {{$company->name}} {!! $company->description !!} @if($company->url ?? null) {{ __('companies.visit_url') }} @endif @endforeach @else {{__('main.no_data')}} @endif @endsection @section('inner_js') @endsection
{!! $detail->description !!}
{{__('companies.hint')}}
{!! $company->description !!}