@extends('backend.template') @section('content')

Tables in Database

@foreach ($allTables as $Table)

@foreach($Table->tablecolumns as $column) @endforeach
S.N. {{__('lang.Column')}} {{label("Datatype")}}
{{$sn}} {{$column->COLUMN_NAME}} {{$column->COLUMN_TYPE}}
@endforeach
@endsection @push('js') @endpush