@extends('layouts.horizontal-developer') @section('content')

Ubah Kategori

@csrf

Ubah Kategori Layanan

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@endsection