@extends('layouts/base_view') @section('title') {!! $variables['header_routes'] !!} @endsection @section('content')

{{ $variables['judul'] }}

Kode Seksi : {{ $data->code }}
Nama : {{ $data->name }}
Dibuat Oleh : {{ $data->creator->fullname ?? 'System' }} ({{ $data->created_at->format('d/m/Y H:i') }})
Diubah Oleh : {{ $data->modificator ? $data->modificator->fullname . ' (' . $data->updated_at->format('d/m/Y H:i') . ')' : '-' }}
@endsection