@extends('layout.app') @section('title', 'Edit Service Type') @section('content')
@csrf @method('PUT')
is_active ? 'checked' : '' }}>
Cancel
@endsection