@extends('common.dashboard') @section('title','Blood donor list') @section('content')

Blood donor society table Add New?

All the ceategories of doctors are shown in below table. Actions are allowed to change the data

@foreach($societies as $key=>$society) @endforeach
# Society Name Address Modify
{{$key+1}} {{$society->name}} {{$society->address}}


{{$societies->links()}}
@endsection