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

Kelola Layanan

@csrf

Ubah Layanan Pulsa

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