@extends('common.dashboard') @section('title','Blood donor list') @section('content')
All the ceategories of doctors are shown in below table. Actions are allowed to change the data
| # | Society Name | Address | Modify |
|---|---|---|---|
| {{$key+1}} | {{$society->name}} | {{$society->address}} |
|