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

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

@endsection @section('content')

Edit Data {{ $title }}

@method('PUT') @csrf
@error('nama_petugas')
{{ $message }}
@enderror
@error('jabatan')
{{ $message }}
@enderror
@endsection