@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') TOCs TOCs Add TOCs No. TOC Name EDIT {{-- DELETE --}} @foreach ($ports as $port) {{ $loop->iteration }}. {{-- {{ chr(64 + $loop->iteration) }} --}} {{ $port->name }} EDIT {{-- {{ csrf_field() }} {{ method_field('DELETE') }}DELETE --}} @endforeach No. TOC Name EDIT {{-- DELETE --}} @endsection @section('more-scripts') @endsection