@extends("backend.layout-sticky.master") @section("title") Absensi Keluar @endsection @push('css') @endpush @section ('back') @endsection @section ('content')
@csrf

{{ Auth::user()->name }}

{{ Auth::user()->gaji->nama }}

Absensi Keluar
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@endsection @push('js') @endpush