@extends('layouts.app') @section('title', $sector ? 'Edit MEC Sector' : 'Add MEC Sector') @section('contents') @csrf @if ($sector) @method('PUT') @endif {{ $sector ? 'Edit MEC Sector' : 'Add MEC Sector' }} Lowercase letters, numbers, underscore only. Used by visit plan/report flows. @endsection @push('scripts') @endpush
Lowercase letters, numbers, underscore only. Used by visit plan/report flows.