@extends('admin.layouts.master') @section('title', __('static.system_tools.database_cleanup')) @section('content')

{{ __('static.system_tools.database_cleanup') }}

{{--
--}} {{--
--}}
@csrf @forelse ($tables as $key => $table) @empty @endforelse
{{ __('static.system_tools.table_name') }} {{ __('static.system_tools.records_count') }}
{{ $key }} {{ $table }}
{{ __('No tables found.') }}
@endsection @push('scripts') @endpush