@extends('Admin.Layout.main_layout') @section('title','View Policies') @section('main_container')

View Policies and Process

Policies and Process
@if(!$policies ->isEmpty()) @foreach($policies as $data) @endforeach @else

No Data Available

@endif
No. Description Actions

Warning: Undefined variable $data in /home/karnava/public_html/center.karnavati.in/resources/views/Admin/view_policies.blade.php on line 44

Warning: Attempt to read property "id" on null in /home/karnava/public_html/center.karnavati.in/resources/views/Admin/view_policies.blade.php on line 44

Warning: Undefined variable $data in /home/karnava/public_html/center.karnavati.in/resources/views/Admin/view_policies.blade.php on line 45

Warning: Attempt to read property "description" on null in /home/karnava/public_html/center.karnavati.in/resources/views/Admin/view_policies.blade.php on line 45
@endsection