{{------------------------------------------ Template ------------------------------------------}} @extends('template.template') {{------------------------------------------- Title --------------------------------------------}} @section('title') {{ config('app.name') }} @endsection {{------------------------------------------ page-css ------------------------------------------}} @section('page-css') @endsection {{------------------------------------------- navbar -------------------------------------------}} @section('navbar') @include('template.navbar') @endsection {{------------------------------------------ subtitle ------------------------------------------}} @section('subtitle')

img_head
Honorer
@endsection {{----------------------------------------- Breadcrumb -----------------------------------------}} @section('breadcrumb') @endsection {{------------------------------------------ Content ------------------------------------------}} @section('content')
Honorer
@foreach ($datas as $data)

{{$data->position}}

sample
Nama : {{$data->name}}
JABATAN : {{$data->position}}
JENJANG PENDIDIKAN : {{$data->lasteducation}}
     
     
     
     

@endforeach


« Kembali
@endsection {{------------------------------------------ Page js ------------------------------------------}} @section('page-js') @endsection