@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') OPERATIONS MANAGEMENT SYSTEM District @include('includes.messages') {{ csrf_field() }} Select region Select Region. @foreach ($regions as $region) {{ $region->name }} @endforeach Name @endsection @section('more-scripts') @endsection