@extends('user.template') @section('title', $title) @section('head') @endsection @section('content')

{{$title}}

{{$title}}
@foreach ($datas as $data)

Periode {{$data->periode}}

{{$data->entitas}}
Update {{tanggal_waktu($data->updated_at)}}

@endforeach
@endsection @section('script') @endsection