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