@extends('voyager::master') @section('page_title', __('voyager::generic.viewing').' '.__('voyager::generic.database')) @section('page_header')
{{ __('voyager::database.create_new_table') }}
@stop @section('content') @include('voyager::alerts')
@foreach($tables as $table) @continue(in_array($table->name, config('voyager.database.tables.hidden', []))) @if($table->dataTypeId) @else @endif @endforeach
{{ __('voyager::database.table_name') }}
{{ __('voyager::database.table_actions') }}
{{ __('voyager::generic.browse') }} {{ __('voyager::generic.edit') }} {{ __('voyager::generic.delete') }}
{{-- Delete BREAD Modal --}} @stop @section('javascript') @stop