@extends('common.dashboard') @section('title','Blog category') @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($categories as $key=>$category) @endforeach
# icon Title Modify
{{$key+1}} {{$category->title}}


@endsection