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

{{$title}}

{{$title}}
@if ($errors->any()) @foreach ($errors->all() as $error) @endforeach @endif
@foreach ($datas as $data)

Periode {{$data->periode}}

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

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