@extends('layouts.back-end.app') @section('title', \App\CPU\translate('DB_clean')) @push('css_or_js') @endpush @section('content')
@csrf
@foreach($tables as $key=>$table)
{{$rows[$key]}}
@endforeach

@endsection @push('script') @endpush