@extends('layouts.app') @section('content') @include('partials.page-header')
@if (have_posts())
{!! App::imapi_showingposts() !!}
{!! App::imapi_pagination() !!}
@endif
@if (!have_posts())
{{ __('Sorry, no jobs were found.', 'sage') }}
@endif @while (have_posts()) @php the_post() @endphp {!! do_shortcode('[im-content-jobs]') !!} @endwhile
{!! App::imapi_pagination() !!}
@endsection