@extends('backend.layout.master')
@section('title', __('Job History'))
@section('style')
@endsection
@section('content')
{{ __('Job History') }}
@include('backend.pages.job-history.search-result')
@endsection
@section('script')
@include('backend.pages.job-history.history-js')
@endsection