@extends('layouts.app') @section('title', 'Edit Tipe Perangkat') @section('breadcrumb') @endsection @section('content')
@csrf @method('PUT')
@error('name')
{{ $message }}
@enderror
Batal
@endsection