@extends('admin.layouts.app') @section('title', get_setting('site_name').' | '.__('Recruitment — Job postings')) @push('css') @endpush @section('content')

{{ __('Recruitment (ATS)') }}

{{ __('Manage job postings and publish to the public careers portal.') }}

@livewire('recruitment.admin-job-postings')
@endsection @section('script') @endsection