@extends('layouts.app') @push('pageTitle') {{ __('labels.company_recommendations') }} @endpush @section('content')
| # @if (request('sort') == 'id') @endif | {{ __('labels.title') }} @if (request('sort') == 'title') @endif | {{ __('labels.category') }} @if (request('sort') == 'category_id') @endif | {{ __('labels.published_at') }} @if (request('sort') == 'published_at') @endif | {{ __('labels.action') }} |
|---|