@extends('layouts.app') @section('content')
{!! Form::open(array('url'=>'bsetec/tables/tableremove/', 'class'=>'form-horizontal','id'=>'removeTable' )) !!}
@foreach($tables as $table) @endforeach
{{ Lang::get('core.table_name') }} Action
{{ $table }}
{!! Form::close() !!}
@endsection