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

 {{ $label }}

Fitur untuk menambah data {{ Str::lower($label) }}.


@csrf @if (isset($applicant)) @method("PUT") @endif

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