@extends('template.template') @section('contents')
History
@if ($DataHistory == null) @else @foreach ($DataHistory as $Log ) @endforeach @endif
Tanggal Deskripsi
Tidak ada data
{{$Log->Created_at_log}} {{$Log->LOG}}
@endsection