@extends('layouts.app') @section('title', $page_title) @push('scripts') @endpush @section('content')
{{ __('app.name') }} {{ __('app.started_at') }} {{ __('app.speed_per_hour') }} {{ __('app.status') }} {{ __('app.total') }} {{ __('app.scheduled') }} {{ __('app.progress') }} {{ __('app.created') }} {{ __('app.actions') }}
@include('includes.datatables') @endsection