@extends('layouts.admin') @section('content') @csrf @foreach($tables as $table) {{$table->name}} @foreach($tables as $otherTable) @if($otherTable->id != $table->id) {{ $otherTable->name }} @endif @endforeach @endforeach Save @endsection