@extends('templates.master') @section('breadcrumb')

@php $title = "Petugas" @endphp {{ $title }}

@endsection @section('content')

Ubah {{ $title }}

@foreach ($petugas as $item)
@csrf
@error('namapetugas')
Data Tidak Boleh Kosong
@enderror
@endforeach
@endsection