@extends('master') @section('title', 'Timeshare change logs') @section('description', '') @section('keywords', '') @section('content')

Timeshare change logs


@csrf

All logs
@foreach($logs as $log) @endforeach
Username Resort Module Unit Change Timeshare Date
{{ $log->name }} {{ $log->resort }} {{ $log->module }} {{ $log->unit }} {{ $log->change }} {{ \Carbon\Carbon::parse($log->created_at)->format('jS F Y') }}
@stop