@extends('layouts.admin.app') @section('title', translate('DB_clean')) @push('css_or_js') @endpush @section('content')
@csrf
@foreach ($tables as $key => $table)
@endforeach
@endsection @push('script_2') @endpush