@extends('layouts.app') @section('content')
New Table
@csrf
Table Name
Looks good!
Description
Looks good!
Tables
@foreach($tables as $table) @endforeach
Table Name Description Action
{{@strtoupper($table->table_name)}} {{$table->table_description}}
@foreach($tables as $table) @endforeach @endsection