@extends('layouts.master') @section('mainContent')
  • @if(Auth::user()->hasPermission('stakeholder','create'))
  • New Stakeholder
  • @endif
  • Export
Stakeholder Name Email ID Role Responsibility Action
@endsection @section('customModal') @endsection