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

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

@endsection @section('content')

{{ $title }}

@method('PUT') @csrf
@error('name')
Data Tidak Boleh Kosong
@enderror
@endsection