@extends('layouts.backend.index') @section('title', $label) @section('content')

 {{ $label }}

@if (isset($vacancy)) Fitur untuk edit data {{ Str::lower($label) }}. @else Fitur untuk menambah data {{ Str::lower($label) }}. @endif


@csrf @if (isset($lembur)) @method('PUT') @endif

CANCEL
@endsection @push('styles') @endpush @push('scripts') @endpush