@extends('layouts.admin') @section('title', 'Edit Cluster') @section('page-title', 'Edit Cluster') @section('page-subtitle', 'Update cluster information') @section('content')
@csrf @method('PUT')
Cancel
@endsection