Tables in Database
@foreach ($allTables as $Table)
@endforeach
| S.N. | {{__('lang.Column')}} | {{label("Datatype")}} |
|---|---|---|
| {{$sn}} | {{$column->COLUMN_NAME}} | {{$column->COLUMN_TYPE}} |