@extends('admin.template-admin') @section('title','Home') @section('head') @endsection @section('content')

Table Data

@csrf

@foreach ($tables as $no => $table) @endforeach
No Menu Table Data Ceklist
{{$no+1}} {{$table->menu}} {{$table->table}} {{$count}} @if ($table->ok) {{$table->ok ? 'Berhasil' : 'Gagal'}} @else Gagal @endif
{{$tables->links('paginate.default')}}
@endsection @section('script') @endsection