@extends('admin.layout.admin-dash-layout2') @section('title', 'Company Policy') @section('content')

Human Resources

{{-- --}} @foreach($category1 as $val) @endforeach
# Document PdfHandle
{{ $loop->iteration }} {{$val->document_title}} @if($val->restricted_option == 'Yes') @else @endif
@endsection @section('javascript') @endsection