@extends('frontend.layouts.master') @section('meta_title', 'Resources || ' . $setting->app_name) @section('contents')
Preloader

{{ __('Total') }} {{ $models->total() }} {{ __('Resources found') }}

{{-- dynamic content will go here via ajax --}} @forelse ($models as $jobs) @empty
{{ __('No Course Found!') }}
@endforelse
@endsection @push('scripts') @endpush