@extends('layouts.app') @section('title', $jabatan->exists ? 'Edit Jabatan' : 'Tambah Jabatan') @section('content')
@csrf @if($jabatan->exists) @method('PUT') @endif
Kembali
@endsection