@extends('layouts.admin') @section('content')
@csrf @foreach($tables as $table)
@endforeach
@endsection