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

Detail Laporan

{{ $data->data->title_id }}
{{ $data->data->title_en }}
{{ $data->data->reports_category }}
{!!htmlspecialchars_decode($data->data->desc_id)!!}
{!!htmlspecialchars_decode($data->data->desc_en)!!}
@if (env('APP_ENV') == 'local') Pic @else Pic @endif {{-- --}}
@endsection @section('script') @endsection @endcomponent