@extends('frontend.layouts.master') @section('meta_title', 'Resources || ' . $setting->app_name) @section('contents') Search {{ __('Total') }} {{ $models->total() }} {{ __('Resources found') }} {{ __('Sort By') }}: {{ __('Latest to Oldest') }} {{ __('Oldest to Latest') }} {{-- dynamic content will go here via ajax --}} @forelse ($models as $jobs) {{ truncate($jobs->title, 50) }} {{ @$jobs->location }} {{ __('By') }} {{ @$jobs->company->company_name }} @empty {{ __('No Course Found!') }} @endforelse {{ $models->render() }} @endsection @push('scripts') @endpush
{{ __('Total') }} {{ $models->total() }} {{ __('Resources found') }}
{{ @$jobs->location }}
{{ __('By') }} {{ @$jobs->company->company_name }}