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

Detail Pengadaan

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