@extends('layouts.admin') @section('title', 'Edit Service Price') @section('page_heading', 'Edit Service Price') @section('page_actions') Back to Prices @endsection @section('content')
@csrf @method('PUT')
$

Danger Zone

Deleting a service price is permanent and cannot be undone.

@csrf @method('DELETE')
@endsection