@extends('common.dashboard') @section('title','Doctor categories') @section('content')

Doctor-categories table Create

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

@foreach($categories as $key=>$cat) @endforeach
# Icon Cetegory title Cetegory in Bangali Description Modify
{{$key+1}}
{{$cat->title}} {{$cat->title_bn}} {{$cat->description}}


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