@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') BASIS BASIS Add bases No. base Name EDIT {{-- DELETE --}} @foreach ($bases as $base) {{ $loop->index + 1 }} {{ $base->name }} EDIT {{-- {{ csrf_field() }} {{ method_field('DELETE') }}DELETE --}} @endforeach No. base Name EDIT {{-- DELETE --}} @endsection @section('more-scripts') @endsection