@component('layouts.app') @section('title','Detail Kinerja') @section('ContentMenu','Detail Kinerja') @section('subHeader')
@endsection @section('content')

Detail Kinerja

{{ $data->data->name_id }}
{{ $data->data->name_en }}
{!!htmlspecialchars_decode($data->data->desc_id)!!}
{!!htmlspecialchars_decode($data->data->desc_en)!!}
@endsection @section('script') @endsection @endcomponent