@extends('layouts.detail') @section('title') Benturan Kepentingan @endsection @section('title-navbar') Benturan Kepentingan @endsection @section('content')

Benturan Kepentingan

@forelse ($data as $item)

{!! $item->text !!}
@empty
Data Benturan Kepentingan belum tersedia
@endforelse
@endsection