@component('layouts.app') @section('title','Detail Karir') @section('ContentMenu','Detail Karir') @section('subHeader') {{--
--}} @endsection @section('content')

Detail Karir

{{ $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