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