SISTEM INFOMASI MANAJEMEN SEKOLAH

@csrf {{-- --}}
@error('identity')
{{ $message }}
@enderror @if($errors->any()) @foreach ($errors->all() as $error)
{{ $error }}
@endforeach @endif
{{-- --}}
@error('password')
{{ $message }}
@enderror
@php // exec('git rev-parse --verify HEAD 2> /dev/null', $output); // $hash = $output[0]; // dd($hash) $commitHash = trim(exec('git log --pretty="%h" -n1 HEAD')); $commitDate = new \DateTime(trim(exec('git log -n1 --pretty=%ci HEAD'))); $commitDate->setTimezone(new \DateTimeZone('UTC')); // dd($commitDate); // dd($commitDate->format('Y-m-d H:i:s')); $versi=$commitDate->format('Ymd.H.i.s'); @endphp