@extends('backend.layout.master') @section('title', __('All Jobs')) @section('style') @endsection @section('content')

{{ __('All Jobs') }}

@include('backend.pages.job.search-result')
@endsection @section('script') @include('backend.pages.job.job-js') @endsection