@extends('backend.layout.master-tailwind') @section('title', __('Job History')) @section('admin_styles') @endsection @section('content')

{{ __('Job History') }}

{{ $all_histories->total() }} {{ __('records') }}

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