@extends('layouts.appv2') @section('content')

Memo & Policy

Manage Memo & Policy
{{-- Success Message --}} @if (session('success'))
{{ session('success') }}
@endif
{{-- Policy Table --}} @forelse ($model as $policy) @empty @endforelse
No. Description File Content Created By Actions
{{ $loop->iteration }} {{ $policy->description }} {{ $policy->file_content }} {{ $policy->createdBy->name ?? 'N/A' }}
{{-- Edit Button --}} {{-- Delete Button --}}
@csrf @method('DELETE')
No policies found.
@endsection