@extends('Frontend.partials.layout') @section('styles') @endsection @section('content') {{-- Main Section --}} {{-- col-6 content header --}} {{__('action.pdf_view')}} @if (Gate::allows('checkAccess','checkCron')) {{trans('action.email_template')}} @endif {{trans('action.delete_all')}} {{-- Filters --}} @if (auth()->user()->user_type != 0) {{trans('action.selected_user')}} {{trans('action.select_filter')}} {{trans('action.refresh')}} @endif {{-- Filters --}} {{-- Data table --}} {{ trans("action.pdf_name") }} {{ trans("action.log_datetime") }} {{ trans("action.log_module") }} {{ trans("action.options") }} {{-- /Main Section --}} @endsection @section('scripts') @endsection