@extends('layouts.app') @section('title', 'Edit Rule — ' . $rule->code) @section('content')

Edit Rule — {{ $rule->code }}

@csrf @method('PUT')
Cancel
@endsection