@extends('templates.dashboard') @section('isi')

{{ $title }}

@method('put') @csrf
@error('nama_jabatan')
{{ $message }}
@enderror
@error('manager')
{{ $message }}
@enderror
@endsection