@extends ('backend.layouts.app') @section('title', 'All DB Tables') @section('page-header')
| # | Table | Schema | Size | Collation | Engine | Comment | {{ trans('labels.general.actions') }} |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $table['name'] }} | {{ ( $table['schema'] == 'null' ) ? $table['schema'] : 'NULL' }} | {{ $table['size'] }} | {{ $table['collation'] }} | {{ $table['engine'] }} | {{ ( $table['comment'] == 'null' ) ? $table['comment'] : 'NULL' }} | View Stucture View Data |