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

View Roles & Responsibilities

Add Responsibilities
@if(!$responsibilities ->isEmpty()) @foreach($responsibilities 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_responsibilities.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_responsibilities.blade.php on line 44

Warning: Undefined variable $data in /home/karnava/public_html/center.karnavati.in/resources/views/Admin/view_responsibilities.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_responsibilities.blade.php on line 45
@endsection