@extends('layouts.admin') @section('title','Pharmacy regulations') @section('heading','Pharmacy jurisdiction rules') @section('content')

Country-specific prescription controls

Rules are snapshotted when a Customer submits a prescription, so later policy changes never rewrite historical decisions.

Prescription queue

Add jurisdiction

@csrf
@foreach($regulations as $regulation)
@csrf @method('put')
@csrf @method('delete')
@endforeach @endsection