@extends('admin.layout') @section('page-title', 'Edit Service Type') @section('content')

Edit Service Type

@csrf @method('PUT')
@error('name')

{{ $message }}

@enderror
Cancel
@endsection