@extends('director.dashboard') @section('title','Doctor Categories') @section('content')
@foreach($docTypes as $key=>$type) @endforeach
# Icon Title In Bangali Description Modify
{{$key+1}} {{$type->title}} {{$type->title_bn}} {{$type->description}}  
@endsection