@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') OPERATIONS MANAGEMENT SYSTEM remarks Add remark No. remarks EDIT DELETE @foreach ($remarks as $remark) {{$loop->index + 1}} {{$remark->remark}} EDIT {{csrf_field()}} {{method_field('DELETE')}}DELETE @endforeach No. remarks EDIT DELETE @endsection @section('more-scripts') @endsection